From 7a6d6b2128cafd0f757907d201c75a86841fb93f Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Fri, 25 Jun 2004 18:42:19 +0000 Subject: [PATCH] 2004-06-25 Mike Kestner * */*.cs : add lgpl license blurb and clean up (c)'s. * */*.custom : add lgpl license blurb and clean up (c)'s. * */glue/*.c : add lgpl license blurb and clean up (c)'s. file adds without license from now on are punishable by wedgie. svn path=/trunk/gtk-sharp/; revision=30401 --- ChangeLog | 7 ++++ gconf/GConf.PropertyEditors/EditorShell.cs | 19 ++++++++++ gconf/GConf.PropertyEditors/PropertyEditor.cs | 18 ++++++++++ .../PropertyEditorBool.cs | 19 ++++++++++ .../PropertyEditorColorPicker.cs | 18 ++++++++++ .../PropertyEditorEntry.cs | 18 ++++++++++ .../PropertyEditorEnum.cs | 18 ++++++++++ .../PropertyEditorFileEntry.cs | 18 ++++++++++ .../PropertyEditorOptionMenu.cs | 18 ++++++++++ .../PropertyEditorRadioButton.cs | 18 ++++++++++ .../PropertyEditorSpinButton.cs | 18 ++++++++++ .../PropertyEditorToggleButton.cs | 18 ++++++++++ gconf/GConf/ChangeSet.cs | 19 ++++++++++ gconf/GConf/Client.cs | 19 ++++++++++ gconf/GConf/ClientBase.cs | 19 ++++++++++ gconf/GConf/NoSuchKeyException.cs | 19 ++++++++++ gconf/GConf/NotifyEventArgs.cs | 19 ++++++++++ gconf/GConf/NotifyEventHandler.cs | 19 ++++++++++ gconf/GConf/NotifyWrapper.cs | 19 ++++++++++ gconf/GConf/Value.cs | 18 ++++++++++ gconf/GConf/_Entry.cs | 19 ++++++++++ gda/Application.cs | 16 +++++++-- gdk/Atom.custom | 14 +++++++- gdk/Color.custom | 18 ++++++++-- gdk/DeviceAxis.custom | 16 ++++++++- gdk/Display.custom | 14 ++++++++ gdk/DisplayManager.custom | 14 ++++++++ gdk/DragContext.custom | 14 ++++++++ gdk/Drawable.custom | 16 ++++++++- gdk/Event.cs | 19 ++++++++-- gdk/EventButton.cs | 16 ++++++++- gdk/EventClient.cs | 17 ++++++++- gdk/EventConfigure.cs | 17 ++++++++- gdk/EventCrossing.cs | 17 ++++++++- gdk/EventDND.cs | 17 ++++++++- gdk/EventExpose.cs | 17 ++++++++- gdk/EventFocus.cs | 17 ++++++++- gdk/EventKey.cs | 17 ++++++++- gdk/EventMotion.cs | 17 ++++++++- gdk/EventProperty.cs | 17 ++++++++- gdk/EventProximity.cs | 17 ++++++++- gdk/EventScroll.cs | 17 ++++++++- gdk/EventSelection.cs | 17 ++++++++- gdk/EventSetting.cs | 17 ++++++++- gdk/EventVisibility.cs | 17 ++++++++- gdk/EventWindowState.cs | 17 ++++++++- gdk/Global.custom | 14 ++++++++ gdk/Pixbuf.custom | 26 ++++++++++---- gdk/PixbufLoader.custom | 16 ++++++++- gdk/Pixdata.custom | 16 ++++++++- gdk/Pixmap.custom | 14 ++++++++ gdk/Point.custom | 18 ++++++++-- gdk/Rectangle.custom | 16 ++++++++- gdk/Region.custom | 16 ++++++++- gdk/Screen.custom | 14 ++++++++ gdk/Selection.custom | 16 ++++++++- gdk/Size.cs | 17 ++++++++- gdk/Window.custom | 18 ++++++++-- gdk/glue/dragcontext.c | 16 ++++++++- gdk/glue/event.c | 19 ++++++++-- gdk/glue/selection.c | 16 ++++++++- gdk/glue/windowmanager.c | 14 ++++++++ glade/HandlerNotFoundExeception.cs | 16 ++++++++- glade/WidgetAttribute.cs | 16 ++++++++- glade/XML.custom | 18 ++++++++-- glade/glue/gladexml.c | 16 ++++++++- glib/Boxed.cs | 16 ++++++++- glib/ConnectBeforeAttribute.cs | 17 ++++++++- glib/DefaultSignalHandlerAttribute.cs | 17 +++++++-- glib/DelegateWrapper.cs | 19 ++++++++-- glib/EnumWrapper.cs | 17 ++++++++- glib/FileUtils.cs | 17 ++++++++- glib/GException.cs | 17 ++++++++- glib/IWrapper.cs | 17 ++++++++- glib/Idle.cs | 18 +++++++++- glib/List.cs | 17 ++++++++- glib/ListBase.cs | 17 ++++++++- glib/Log.cs | 17 ++++++++- glib/MainContext.cs | 17 ++++++++- glib/ManagedValue.cs | 17 ++++++++- glib/Markup.cs | 18 ++++++++-- glib/Marshaller.cs | 15 ++++++++ glib/MissingIntPtrCtorException.cs | 15 ++++++++ glib/Object.cs | 15 ++++++++ glib/ObjectManager.cs | 15 ++++++++ glib/Opaque.cs | 35 ++++++++++--------- glib/SList.cs | 17 ++++++++- glib/SignalArgs.cs | 18 +++++++++- glib/SignalAttribute.cs | 17 +++++++-- glib/SignalCallback.cs | 15 ++++++++ glib/Source.cs | 17 ++++++++- glib/Thread.cs | 17 ++++++++- glib/Timeout.cs | 17 ++++++++- glib/Type.cs | 18 +++++++++- glib/TypeConverter.cs | 17 ++++++++- glib/TypeFundamentals.cs | 17 ++++++++- glib/UnwrappedObject.cs | 17 ++++++++- glib/Value.cs | 15 ++++++++ glib/ValueArray.cs | 17 ++++++++- glib/glue/error.c | 16 ++++++++- glib/glue/list.c | 16 ++++++++- glib/glue/object.c | 16 ++++++++- glib/glue/slist.c | 16 ++++++++- glib/glue/type.c | 16 ++++++++- glib/glue/unichar.c | 16 ++++++++- glib/glue/value.c | 16 ++++++++- glib/glue/valuearray.c | 16 ++++++++- gnome/App.custom | 17 +++++++++ gnome/Canvas.custom | 15 ++++++++ gnome/CanvasBpath.custom | 14 +++++++- gnome/CanvasClipgroup.custom | 15 +++++++- gnome/CanvasEllipse.custom | 15 ++++++++ gnome/CanvasGroup.custom | 15 ++++++++ gnome/CanvasItem.custom | 15 ++++++++ gnome/CanvasLine.custom | 15 ++++++++ gnome/CanvasPixbuf.custom | 15 ++++++++ gnome/CanvasPoints.custom | 15 ++++++++ gnome/CanvasPolygon.custom | 15 ++++++++ gnome/CanvasRE.custom | 15 ++++++++ gnome/CanvasRect.custom | 15 ++++++++ gnome/CanvasRichText.custom | 15 ++++++++ gnome/CanvasShape.custom | 15 ++++++++ gnome/CanvasText.custom | 15 ++++++++ gnome/CanvasWidget.custom | 15 ++++++++ gnome/DateEdit.custom | 16 +++++++++ gnome/Druid.custom | 16 +++++++++ gnome/DruidPageEdge.custom | 16 +++++++++ gnome/Font.custom | 15 ++++++++ gnome/FontFamily.custom | 15 ++++++++ gnome/IconList.custom | 15 ++++++++ gnome/IconTextItem.custom | 15 ++++++++ gnome/IconTheme.custom | 15 ++++++++ gnome/Modules.cs | 17 +++++++++ gnome/Print.custom | 15 ++++++++ gnome/PrintDialog.custom | 15 ++++++++ gnome/PrintJob.custom | 15 ++++++++ gnome/Program.custom | 15 ++++++++ gnome/Scores.custom | 16 +++++++++ gnome/glue/canvas-proxy.c | 14 ++++++++ gnome/glue/canvas.c | 14 ++++++++ gnome/glue/canvasitem.c | 14 ++++++++ gnome/glue/canvaspoints.c | 14 ++++++++ gnome/glue/program.c | 19 ++++++++++ gnomedb/Application.cs | 17 +++++++-- gtk/Accel.custom | 14 ++++++++ gtk/AccelKey.custom | 15 ++++++++ gtk/Adjustment.custom | 15 ++++++++ gtk/Application.cs | 16 ++++++++- gtk/Button.custom | 15 ++++++++ gtk/Calendar.custom | 19 ++++++++-- gtk/CellRenderer.custom | 15 ++++++++ gtk/CheckMenuItem.custom | 15 ++++++++ gtk/Clipboard.custom | 15 ++++++++ gtk/ColorSelection.custom | 15 ++++++++ gtk/ColorSelectionDialog.custom | 15 ++++++++ gtk/Combo.custom | 15 ++++++++ gtk/Container.custom | 15 ++++++++ gtk/Dialog.custom | 15 ++++++++ gtk/Entry.custom | 15 ++++++++ gtk/FileSelection.custom | 15 ++++++++ gtk/Frame.custom | 15 ++++++++ gtk/HBox.custom | 17 ++++++++- gtk/HScale.custom | 15 ++++++++ gtk/ITreeNode.cs | 17 ++++++++- gtk/IconFactory.custom | 15 ++++++++ gtk/IconSet.custom | 15 ++++++++ gtk/ImageMenuItem.custom | 15 ++++++++ gtk/ItemFactory.custom | 15 ++++++++ gtk/Label.custom | 15 ++++++++ gtk/Layout.custom | 15 ++++++++ gtk/ListStore.custom | 15 ++++++++ gtk/MenuItem.custom | 15 ++++++++ gtk/MessageDialog.custom | 15 ++++++++ gtk/NodeStore.cs | 17 ++++++++- gtk/Notebook.custom | 17 ++++++++- gtk/Object.custom | 17 ++++++++- gtk/Paned.custom | 15 ++++++++ gtk/Plug.custom | 15 ++++++++ gtk/RadioButton.custom | 15 ++++++++ gtk/RadioMenuItem.custom | 15 ++++++++ gtk/ScrolledWindow.custom | 17 ++++++++- gtk/SelectionData.custom | 15 ++++++++ gtk/Settings.custom | 15 ++++++++ gtk/SpinButton.custom | 15 ++++++++ gtk/Stock.custom | 15 ++++++++ gtk/Style.custom | 15 ++++++++ gtk/Table.custom | 15 ++++++++ gtk/TargetEntry.custom | 17 ++++++++- gtk/TextBuffer.custom | 15 ++++++++ gtk/TextChildAnchor.custom | 15 ++++++++ gtk/TextIter.custom | 15 ++++++++ gtk/TextTag.custom | 15 ++++++++ gtk/TextView.custom | 15 ++++++++ gtk/ThreadNotify.cs | 19 ++++++++-- gtk/TreeIter.custom | 15 ++++++++ gtk/TreeModel.custom | 17 ++++++++- gtk/TreeModelSort.custom | 17 ++++++++- gtk/TreeNode.cs | 17 ++++++++- gtk/TreeNodeAttribute.cs | 17 ++++++++- gtk/TreeNodeValueAttribute.cs | 17 ++++++++- gtk/TreePath.custom | 15 ++++++++ gtk/TreeSelection.custom | 15 ++++++++ gtk/TreeStore.custom | 15 ++++++++ gtk/TreeView.custom | 19 ++++++++-- gtk/TreeViewColumn.custom | 17 ++++++++- gtk/VBox.custom | 17 ++++++++- gtk/VScale.custom | 15 ++++++++ gtk/Viewport.custom | 15 ++++++++ gtk/Widget.custom | 15 ++++++++ gtk/Window.custom | 15 ++++++++ gtk/glue/adjustment.c | 16 ++++++++- gtk/glue/button.c | 14 ++++++++ gtk/glue/cellrenderer.c | 14 ++++++++ gtk/glue/clipboard.c | 14 ++++++++ gtk/glue/colorseldialog.c | 16 ++++++++- gtk/glue/combo.c | 14 ++++++++ gtk/glue/container.c | 14 ++++++++ gtk/glue/dialog.c | 16 ++++++++- gtk/glue/fileselection.c | 16 ++++++++- gtk/glue/layout.c | 16 ++++++++- gtk/glue/nodestore.c | 10 +++--- gtk/glue/object.c | 16 ++++++++- gtk/glue/paned.c | 16 ++++++++- gtk/glue/selectiondata.c | 16 ++++++++- gtk/glue/style.c | 16 ++++++++- gtk/glue/widget.c | 16 ++++++++- gtkhtml/HTML.custom | 14 ++++++++ gtkhtml/HTMLStream.custom | 21 +++++++++++ pango/AttrIterator.custom | 14 ++++++++ pango/GlyphItem.custom | 14 ++++++++ pango/Layout.custom | 14 ++++++++ pango/LayoutLine.custom | 14 ++++++++ pango/Scale.cs | 14 +++++++- pango/glue/layoutline.c | 16 ++++++++- rsvg/Tool.cs | 13 +++++++ 235 files changed, 3641 insertions(+), 148 deletions(-) diff --git a/ChangeLog b/ChangeLog index 043f410e1..ded7e1104 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-06-25 Mike Kestner + + * */*.cs : add lgpl license blurb and clean up (c)'s. + * */*.custom : add lgpl license blurb and clean up (c)'s. + * */glue/*.c : add lgpl license blurb and clean up (c)'s. + file adds without license from now on are punishable by wedgie. + 2004-06-25 Mike Kestner * generator/*.cs : add gpl license blurb and clean up (c)'s. diff --git a/gconf/GConf.PropertyEditors/EditorShell.cs b/gconf/GConf.PropertyEditors/EditorShell.cs index 153ab5495..941f8941e 100644 --- a/gconf/GConf.PropertyEditors/EditorShell.cs +++ b/gconf/GConf.PropertyEditors/EditorShell.cs @@ -1,3 +1,22 @@ +// EditorShell.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + + namespace GConf.PropertyEditors { using System; diff --git a/gconf/GConf.PropertyEditors/PropertyEditor.cs b/gconf/GConf.PropertyEditors/PropertyEditor.cs index cf22a063c..51e57d901 100644 --- a/gconf/GConf.PropertyEditors/PropertyEditor.cs +++ b/gconf/GConf.PropertyEditors/PropertyEditor.cs @@ -1,3 +1,21 @@ +// PropertyEditor.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GConf.PropertyEditors { using Gtk; diff --git a/gconf/GConf.PropertyEditors/PropertyEditorBool.cs b/gconf/GConf.PropertyEditors/PropertyEditorBool.cs index d0ec72f90..fa1164fff 100644 --- a/gconf/GConf.PropertyEditors/PropertyEditorBool.cs +++ b/gconf/GConf.PropertyEditors/PropertyEditorBool.cs @@ -1,3 +1,22 @@ +// PropertyEditorBool.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + + namespace GConf.PropertyEditors { using Gtk; diff --git a/gconf/GConf.PropertyEditors/PropertyEditorColorPicker.cs b/gconf/GConf.PropertyEditors/PropertyEditorColorPicker.cs index 0812886d8..d83a4ad83 100644 --- a/gconf/GConf.PropertyEditors/PropertyEditorColorPicker.cs +++ b/gconf/GConf.PropertyEditors/PropertyEditorColorPicker.cs @@ -1,3 +1,21 @@ +// PropertyEditorColorPicker.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GConf.PropertyEditors { using Gtk; diff --git a/gconf/GConf.PropertyEditors/PropertyEditorEntry.cs b/gconf/GConf.PropertyEditors/PropertyEditorEntry.cs index 25edf97c1..ee93ad9a8 100644 --- a/gconf/GConf.PropertyEditors/PropertyEditorEntry.cs +++ b/gconf/GConf.PropertyEditors/PropertyEditorEntry.cs @@ -1,3 +1,21 @@ +// PropertyEditorEntry.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GConf.PropertyEditors { using Gtk; diff --git a/gconf/GConf.PropertyEditors/PropertyEditorEnum.cs b/gconf/GConf.PropertyEditors/PropertyEditorEnum.cs index e1d0d49c3..a94f83816 100644 --- a/gconf/GConf.PropertyEditors/PropertyEditorEnum.cs +++ b/gconf/GConf.PropertyEditors/PropertyEditorEnum.cs @@ -1,3 +1,21 @@ +// PropertyEditorEnum.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GConf.PropertyEditors { using System; diff --git a/gconf/GConf.PropertyEditors/PropertyEditorFileEntry.cs b/gconf/GConf.PropertyEditors/PropertyEditorFileEntry.cs index fdbd59fc8..e1c759c9d 100644 --- a/gconf/GConf.PropertyEditors/PropertyEditorFileEntry.cs +++ b/gconf/GConf.PropertyEditors/PropertyEditorFileEntry.cs @@ -1,3 +1,21 @@ +// PropertyEditorFileEntry.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GConf.PropertyEditors { using Gtk; diff --git a/gconf/GConf.PropertyEditors/PropertyEditorOptionMenu.cs b/gconf/GConf.PropertyEditors/PropertyEditorOptionMenu.cs index cbd266a32..75765fb66 100644 --- a/gconf/GConf.PropertyEditors/PropertyEditorOptionMenu.cs +++ b/gconf/GConf.PropertyEditors/PropertyEditorOptionMenu.cs @@ -1,3 +1,21 @@ +// PropertyEditorOptionMenu.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GConf.PropertyEditors { using Gtk; diff --git a/gconf/GConf.PropertyEditors/PropertyEditorRadioButton.cs b/gconf/GConf.PropertyEditors/PropertyEditorRadioButton.cs index 8bd6f918b..adcd23043 100644 --- a/gconf/GConf.PropertyEditors/PropertyEditorRadioButton.cs +++ b/gconf/GConf.PropertyEditors/PropertyEditorRadioButton.cs @@ -1,3 +1,21 @@ +// PropertyEditorRadioButton.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GConf.PropertyEditors { using Gtk; diff --git a/gconf/GConf.PropertyEditors/PropertyEditorSpinButton.cs b/gconf/GConf.PropertyEditors/PropertyEditorSpinButton.cs index 8326d50ae..3663d7633 100644 --- a/gconf/GConf.PropertyEditors/PropertyEditorSpinButton.cs +++ b/gconf/GConf.PropertyEditors/PropertyEditorSpinButton.cs @@ -1,3 +1,21 @@ +// PropertyEditorSpinButton.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GConf.PropertyEditors { using Gtk; diff --git a/gconf/GConf.PropertyEditors/PropertyEditorToggleButton.cs b/gconf/GConf.PropertyEditors/PropertyEditorToggleButton.cs index 63a123200..ab8b5a349 100644 --- a/gconf/GConf.PropertyEditors/PropertyEditorToggleButton.cs +++ b/gconf/GConf.PropertyEditors/PropertyEditorToggleButton.cs @@ -1,3 +1,21 @@ +// PropertyEditorToggleButton.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GConf.PropertyEditors { using Gtk; diff --git a/gconf/GConf/ChangeSet.cs b/gconf/GConf/ChangeSet.cs index fa5318f95..d188a8abe 100644 --- a/gconf/GConf/ChangeSet.cs +++ b/gconf/GConf/ChangeSet.cs @@ -1,3 +1,22 @@ +// ChangeSet.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + + namespace GConf { using System; diff --git a/gconf/GConf/Client.cs b/gconf/GConf/Client.cs index ce5946656..4a363eb97 100644 --- a/gconf/GConf/Client.cs +++ b/gconf/GConf/Client.cs @@ -1,3 +1,22 @@ +// Client.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + + namespace GConf { using System; diff --git a/gconf/GConf/ClientBase.cs b/gconf/GConf/ClientBase.cs index 75d92018b..4770ae5a2 100644 --- a/gconf/GConf/ClientBase.cs +++ b/gconf/GConf/ClientBase.cs @@ -1,3 +1,22 @@ +// ClientBase.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + + namespace GConf { using System; diff --git a/gconf/GConf/NoSuchKeyException.cs b/gconf/GConf/NoSuchKeyException.cs index ba539d94e..8148d0334 100644 --- a/gconf/GConf/NoSuchKeyException.cs +++ b/gconf/GConf/NoSuchKeyException.cs @@ -1,3 +1,22 @@ +// NoSuchKeyException.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + + namespace GConf { using System; diff --git a/gconf/GConf/NotifyEventArgs.cs b/gconf/GConf/NotifyEventArgs.cs index 9f6c46448..03f4739aa 100644 --- a/gconf/GConf/NotifyEventArgs.cs +++ b/gconf/GConf/NotifyEventArgs.cs @@ -1,3 +1,22 @@ +// NotifyEventArgs.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + + namespace GConf { public class NotifyEventArgs : System.EventArgs diff --git a/gconf/GConf/NotifyEventHandler.cs b/gconf/GConf/NotifyEventHandler.cs index ee33e989d..709de54a7 100644 --- a/gconf/GConf/NotifyEventHandler.cs +++ b/gconf/GConf/NotifyEventHandler.cs @@ -1,3 +1,22 @@ +// NotifyEventHandler.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + + namespace GConf { public delegate void NotifyEventHandler (object sender, NotifyEventArgs args); diff --git a/gconf/GConf/NotifyWrapper.cs b/gconf/GConf/NotifyWrapper.cs index a625ce701..c58d55329 100644 --- a/gconf/GConf/NotifyWrapper.cs +++ b/gconf/GConf/NotifyWrapper.cs @@ -1,3 +1,22 @@ +// NotifyWrapper.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + + namespace GConf { using System; diff --git a/gconf/GConf/Value.cs b/gconf/GConf/Value.cs index e46ef603e..6cb67345f 100644 --- a/gconf/GConf/Value.cs +++ b/gconf/GConf/Value.cs @@ -1,3 +1,21 @@ +// Value.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GConf { using System; diff --git a/gconf/GConf/_Entry.cs b/gconf/GConf/_Entry.cs index d2dee1be8..12b53810e 100644 --- a/gconf/GConf/_Entry.cs +++ b/gconf/GConf/_Entry.cs @@ -1,3 +1,22 @@ +// Entry_.cs - +// +// Author: Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + + namespace GConf { using System; diff --git a/gda/Application.cs b/gda/Application.cs index 015cf69eb..d2f75a960 100644 --- a/gda/Application.cs +++ b/gda/Application.cs @@ -1,10 +1,22 @@ -// // Gda.Application.cs - libgda initialization and event loop // // Author: Rodrigo Moya // -// (c) 2002 Rodrigo Moya +// Copyright (c) 2002 Rodrigo Moya // +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. using System; using System.Runtime.InteropServices; diff --git a/gdk/Atom.custom b/gdk/Atom.custom index 736c8ae27..ec291eb49 100644 --- a/gdk/Atom.custom +++ b/gdk/Atom.custom @@ -1,6 +1,18 @@ -// // Atom.custom // +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. public static implicit operator string (Gdk.Atom atom) { diff --git a/gdk/Color.custom b/gdk/Color.custom index f296bf676..ff4e74b87 100644 --- a/gdk/Color.custom +++ b/gdk/Color.custom @@ -2,10 +2,24 @@ // // Author: Jasper van Putten , Miguel de Icaza. // -// (c) 2002 Jasper van Putten -// (c) 2003 Miguel de Icaza. +// Copyright (c) 2002 Jasper van Putten +// Copyright (c) 2003 Miguel de Icaza. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. public override string ToString () diff --git a/gdk/DeviceAxis.custom b/gdk/DeviceAxis.custom index 5529c14bd..4cb6e702e 100644 --- a/gdk/DeviceAxis.custom +++ b/gdk/DeviceAxis.custom @@ -2,9 +2,23 @@ // // Author: Jasper van Putten // -// (c) 2002 Jasper van Putten +// Copyright (c) 2002 Jasper van Putten // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. /// diff --git a/gdk/Display.custom b/gdk/Display.custom index 97d299d2a..df292f5e8 100644 --- a/gdk/Display.custom +++ b/gdk/Display.custom @@ -3,6 +3,20 @@ // Authors: Mike Kestner // // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. [DllImport("libgdk-win32-2.0-0.dll")] static extern IntPtr gdk_display_list_devices (IntPtr raw); diff --git a/gdk/DisplayManager.custom b/gdk/DisplayManager.custom index 9081b86e2..65b83f2c2 100644 --- a/gdk/DisplayManager.custom +++ b/gdk/DisplayManager.custom @@ -3,6 +3,20 @@ // Authors: Mike Kestner // // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. [DllImport("libgdk-win32-2.0-0.dll")] static extern IntPtr gdk_display_manager_list_displays (IntPtr raw); diff --git a/gdk/DragContext.custom b/gdk/DragContext.custom index 14d59a11f..efb9ef5d7 100644 --- a/gdk/DragContext.custom +++ b/gdk/DragContext.custom @@ -4,6 +4,20 @@ // Author: Ettore Perazzoli // // Copyright (C) 2003 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. [DllImport("gdksharpglue")] diff --git a/gdk/Drawable.custom b/gdk/Drawable.custom index f67496750..c933c7609 100644 --- a/gdk/Drawable.custom +++ b/gdk/Drawable.custom @@ -3,6 +3,20 @@ // Author: Pedro Abelleira Seco // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. public void DrawRectangle(Gdk.GC gc, bool filled, Gdk.Rectangle area) @@ -42,4 +56,4 @@ internal static extern IntPtr gdk_x11_drawable_get_xid (IntPtr raw); return o; } -#endif \ No newline at end of file +#endif diff --git a/gdk/Event.cs b/gdk/Event.cs index a9e06af6a..148a66bf6 100644 --- a/gdk/Event.cs +++ b/gdk/Event.cs @@ -3,8 +3,23 @@ // Authors: Rachel Hestilow // Mike Kestner // -// (c) 2002 Rachel Hestilow -// (c) 2004 Novell, Inc. +// Copyright (c) 2002 Rachel Hestilow +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gdk { diff --git a/gdk/EventButton.cs b/gdk/EventButton.cs index e9f5b81ca..88737775b 100644 --- a/gdk/EventButton.cs +++ b/gdk/EventButton.cs @@ -2,7 +2,21 @@ // // Author: Mike Kestner // -// (c) 2004 Novell, Inc. +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. namespace Gdk { diff --git a/gdk/EventClient.cs b/gdk/EventClient.cs index 4bc48598a..ccf95ab58 100644 --- a/gdk/EventClient.cs +++ b/gdk/EventClient.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// (c) 2004 Novell, Inc. +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gdk { diff --git a/gdk/EventConfigure.cs b/gdk/EventConfigure.cs index 94813072f..1b22e735f 100644 --- a/gdk/EventConfigure.cs +++ b/gdk/EventConfigure.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// (c) 2004 Novell, Inc. +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gdk { diff --git a/gdk/EventCrossing.cs b/gdk/EventCrossing.cs index 42f8d2ecd..841a4fd52 100644 --- a/gdk/EventCrossing.cs +++ b/gdk/EventCrossing.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// (c) 2004 Novell, Inc. +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gdk { diff --git a/gdk/EventDND.cs b/gdk/EventDND.cs index 5cfa56bd7..5a0d8699e 100644 --- a/gdk/EventDND.cs +++ b/gdk/EventDND.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// (c) 2004 Novell, Inc. +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gdk { diff --git a/gdk/EventExpose.cs b/gdk/EventExpose.cs index a8577bf7f..6d517ab32 100644 --- a/gdk/EventExpose.cs +++ b/gdk/EventExpose.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// (c) 2004 Novell, Inc. +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gdk { diff --git a/gdk/EventFocus.cs b/gdk/EventFocus.cs index f5fbfbefd..321f8245d 100644 --- a/gdk/EventFocus.cs +++ b/gdk/EventFocus.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// (c) 2004 Novell, Inc. +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gdk { diff --git a/gdk/EventKey.cs b/gdk/EventKey.cs index 7223a43a3..ba34e92fb 100644 --- a/gdk/EventKey.cs +++ b/gdk/EventKey.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// (c) 2004 Novell, Inc. +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gdk { diff --git a/gdk/EventMotion.cs b/gdk/EventMotion.cs index 30ed4b4e8..3e95b4db5 100644 --- a/gdk/EventMotion.cs +++ b/gdk/EventMotion.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// (c) 2004 Novell, Inc. +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gdk { diff --git a/gdk/EventProperty.cs b/gdk/EventProperty.cs index ef42e1626..97cf838c5 100644 --- a/gdk/EventProperty.cs +++ b/gdk/EventProperty.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// (c) 2004 Novell, Inc. +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gdk { diff --git a/gdk/EventProximity.cs b/gdk/EventProximity.cs index de24044d8..665e5e651 100644 --- a/gdk/EventProximity.cs +++ b/gdk/EventProximity.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// (c) 2004 Novell, Inc. +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gdk { diff --git a/gdk/EventScroll.cs b/gdk/EventScroll.cs index 8d784809b..915f7acd5 100644 --- a/gdk/EventScroll.cs +++ b/gdk/EventScroll.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// (c) 2004 Novell, Inc. +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gdk { diff --git a/gdk/EventSelection.cs b/gdk/EventSelection.cs index ac596a2ed..2b6c3844f 100644 --- a/gdk/EventSelection.cs +++ b/gdk/EventSelection.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// (c) 2004 Novell, Inc. +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gdk { diff --git a/gdk/EventSetting.cs b/gdk/EventSetting.cs index ece87142c..d6bebaca4 100644 --- a/gdk/EventSetting.cs +++ b/gdk/EventSetting.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// (c) 2004 Novell, Inc. +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gdk { diff --git a/gdk/EventVisibility.cs b/gdk/EventVisibility.cs index ccbcc2228..663d7ec49 100644 --- a/gdk/EventVisibility.cs +++ b/gdk/EventVisibility.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// (c) 2004 Novell, Inc. +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gdk { diff --git a/gdk/EventWindowState.cs b/gdk/EventWindowState.cs index 247074bc1..124c767c2 100644 --- a/gdk/EventWindowState.cs +++ b/gdk/EventWindowState.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// (c) 2004 Novell, Inc. +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gdk { diff --git a/gdk/Global.custom b/gdk/Global.custom index c0a895157..f8176d308 100644 --- a/gdk/Global.custom +++ b/gdk/Global.custom @@ -4,6 +4,20 @@ // Boyd Timothy // // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. [DllImport("libgdk-win32-2.0-0.dll")] static extern IntPtr gdk_devices_list (); diff --git a/gdk/Pixbuf.custom b/gdk/Pixbuf.custom index 10a4222ee..936b61e95 100644 --- a/gdk/Pixbuf.custom +++ b/gdk/Pixbuf.custom @@ -8,14 +8,28 @@ // Gonzalo Paniagua Javier // Martin Willemoes Hansen // -// (C) 2002 Vladimir Vukicevic -// (C) 2003 Ximian, Inc. (Miguel de Icaza) -// (C) 2003 Ximian, Inc. (Duncan Mak) -// (C) 2003 Ximian, Inc. (Gonzalo Paniagua Javier) -// (C) 2003 Martin Willemoes Hansen -// (C) 2004 Novell, Inc. +// Copyright (c) 2002 Vladimir Vukicevic +// Copyright (c) 2003 Ximian, Inc. (Miguel de Icaza) +// Copyright (c) 2003 Ximian, Inc. (Duncan Mak) +// Copyright (c) 2003 Ximian, Inc. (Gonzalo Paniagua Javier) +// Copyright (c) 2003 Martin Willemoes Hansen +// Copyright (c) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. [DllImport("libgobject-2.0-0.dll")] static extern void g_object_ref (IntPtr handle); diff --git a/gdk/PixbufLoader.custom b/gdk/PixbufLoader.custom index aac3aec92..c5ffb3422 100644 --- a/gdk/PixbufLoader.custom +++ b/gdk/PixbufLoader.custom @@ -3,9 +3,23 @@ // Authors: // Mike Kestner // -// (C) 2003 Novell, Inc. +// Copyright (c) 2003 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. internal IntPtr PixbufHandle { get { diff --git a/gdk/Pixdata.custom b/gdk/Pixdata.custom index 5f77d43fd..e4100d555 100644 --- a/gdk/Pixdata.custom +++ b/gdk/Pixdata.custom @@ -1,6 +1,20 @@ // Pixdata.Custom // -// (C) 2004 Novell, Inc. +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. [DllImport("libgdk_pixbuf-2.0-0.dll")] static extern IntPtr gdk_pixdata_serialize (ref Gdk.Pixdata raw, out uint len); diff --git a/gdk/Pixmap.custom b/gdk/Pixmap.custom index 4792cb15b..8ed7fc9ed 100644 --- a/gdk/Pixmap.custom +++ b/gdk/Pixmap.custom @@ -1,6 +1,20 @@ // // Pixmap extensions // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. public Pixmap (Gdk.Drawable drawable, int width, int height) : this (drawable, width, height, -1) diff --git a/gdk/Point.custom b/gdk/Point.custom index 19fe77cdf..bc091bdd7 100644 --- a/gdk/Point.custom +++ b/gdk/Point.custom @@ -3,10 +3,24 @@ // Author: Jasper van Putten // Author: Martin Willemoes Hansen // -// (c) 2002 Jasper van Putten -// (c) 2003 Martin Willemoes Hansen +// Copyright (c) 2002 Jasper van Putten +// Copyright (c) 2003 Martin Willemoes Hansen // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. /// /// ToString method diff --git a/gdk/Rectangle.custom b/gdk/Rectangle.custom index 354751e32..5376ee80a 100644 --- a/gdk/Rectangle.custom +++ b/gdk/Rectangle.custom @@ -2,9 +2,23 @@ // // Author: Jasper van Putten // -// (c) 2002 Jasper van Putten +// Copyright (c) 2002 Jasper van Putten // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. /// diff --git a/gdk/Region.custom b/gdk/Region.custom index af7048d0c..40c5beccf 100644 --- a/gdk/Region.custom +++ b/gdk/Region.custom @@ -2,9 +2,23 @@ // // Author: Joshua Tauberer // -// (c) 2004 Joshua Tauberer +// Copyright (c) 2004 Joshua Tauberer // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. [DllImport("libglib-2.0-0.dll")] static extern void g_free (IntPtr mem); diff --git a/gdk/Screen.custom b/gdk/Screen.custom index e5ae3eb87..02e26a96a 100644 --- a/gdk/Screen.custom +++ b/gdk/Screen.custom @@ -3,6 +3,20 @@ // Authors: Mike Kestner // // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. [DllImport("libgdk-win32-2.0-0.dll")] static extern IntPtr gdk_screen_get_toplevel_windows (IntPtr raw); diff --git a/gdk/Selection.custom b/gdk/Selection.custom index d050d2065..56313f763 100644 --- a/gdk/Selection.custom +++ b/gdk/Selection.custom @@ -2,9 +2,23 @@ // // Author: Mike Kestner // -// (c) 2003 Mike Kestner +// Copyright (c) 2003 Mike Kestner // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. [DllImport("gdksharpglue")] static extern IntPtr gtksharp_get_gdk_selection_primary (); diff --git a/gdk/Size.cs b/gdk/Size.cs index a724964fd..e44f3b9c2 100644 --- a/gdk/Size.cs +++ b/gdk/Size.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner (mkestner@speakeasy.net) // -// (C) 2001 Mike Kestner +// Copyright (c) 2001 Mike Kestner +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + using System; diff --git a/gdk/Window.custom b/gdk/Window.custom index 9ebf50d06..bdcd3bd90 100644 --- a/gdk/Window.custom +++ b/gdk/Window.custom @@ -3,10 +3,24 @@ // Author: Moritz Balz // Mike Kestner // -// (c) 2003 Moritz Balz -// (c) 2004 Novell, Inc. +// Copyright (c) 2003 Moritz Balz +// Copyright (c) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. [DllImport("libgdk-win32-2.0-0.dll")] static extern IntPtr gdk_window_get_children(IntPtr raw); diff --git a/gdk/glue/dragcontext.c b/gdk/glue/dragcontext.c index dc0ab6b97..8f82e0e39 100644 --- a/gdk/glue/dragcontext.c +++ b/gdk/glue/dragcontext.c @@ -2,7 +2,21 @@ * * Author: Ettore Perazzoli * - * (C) 2003 Novell, Inc. + * Copyright (c) 2003 Novell, Inc. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gdk/glue/event.c b/gdk/glue/event.c index 1b366f683..c409145da 100644 --- a/gdk/glue/event.c +++ b/gdk/glue/event.c @@ -3,8 +3,23 @@ * Authors: Rachel Hestilow * Mike Kestner * - * 2002 Rachel Hestilow, Mike Kestner - * (c) 2004 Novell, Inc. + * Copyright (c) 2002 Rachel Hestilow + * Copyright (c) 2002 Mike Kestner + * Copyright (c) 2004 Novell, Inc. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ diff --git a/gdk/glue/selection.c b/gdk/glue/selection.c index 4eb1d58e0..6eb62ce14 100644 --- a/gdk/glue/selection.c +++ b/gdk/glue/selection.c @@ -2,7 +2,21 @@ * * Author: Mike Kestner * - * 2003 Mike Kestner + * Copyright (c) 2003 Mike Kestner + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gdk/glue/windowmanager.c b/gdk/glue/windowmanager.c index 8ca5b18dd..8eeb7134e 100644 --- a/gdk/glue/windowmanager.c +++ b/gdk/glue/windowmanager.c @@ -8,6 +8,20 @@ * Author: Boyd Timothy * * Copyright (c) 2004 Novell, Inc. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/glade/HandlerNotFoundExeception.cs b/glade/HandlerNotFoundExeception.cs index d9ff73632..b2c3d0592 100644 --- a/glade/HandlerNotFoundExeception.cs +++ b/glade/HandlerNotFoundExeception.cs @@ -2,7 +2,21 @@ // // Author: Ricardo Fernández Pascual // -// (c) 2002 Ricardo Fernández Pascual +// Copyright (c) 2002 Ricardo Fernández Pascual +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. namespace Glade { diff --git a/glade/WidgetAttribute.cs b/glade/WidgetAttribute.cs index aa3792c86..d6f5f6bea 100644 --- a/glade/WidgetAttribute.cs +++ b/glade/WidgetAttribute.cs @@ -2,7 +2,21 @@ // // Author: Rachel Hestilow // -// (c) 2003 Rachel Hestilow +// Copyright (c) 2003 Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. namespace Glade { using System; diff --git a/glade/XML.custom b/glade/XML.custom index 04a57097b..722f845fd 100644 --- a/glade/XML.custom +++ b/glade/XML.custom @@ -3,12 +3,26 @@ // // Author: Ricardo Fernández Pascual // -// (c) 2002 Ricardo Fernández Pascual +// Copyright (c) 2002 Ricardo Fernández Pascual // // Field binding code by Rachel Hestilow -// (c) 2003 Rachel Hestilow +// Copyright (c) 2003 Rachel Hestilow // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. // keep this around so it doesn't get GC'd static GladeSharp.XMLCustomWidgetHandlerWrapper callback_wrapper = null; diff --git a/glade/glue/gladexml.c b/glade/glue/gladexml.c index aec748b4a..24a68927b 100644 --- a/glade/glue/gladexml.c +++ b/glade/glue/gladexml.c @@ -2,7 +2,21 @@ * * Author: Ricardo Fernández Pascual * - * 2002 Ricardo Fernández Pascual + * Copyright (c) 2002 Ricardo Fernández Pascual + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/glib/Boxed.cs b/glib/Boxed.cs index b7663696b..6e9d6ded7 100644 --- a/glib/Boxed.cs +++ b/glib/Boxed.cs @@ -2,7 +2,21 @@ // // Author: Mike Kestner // -// (c) 2001-2002 Mike Kestner +// Copyright (c) 2001-2002 Mike Kestner +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. namespace GLib { diff --git a/glib/ConnectBeforeAttribute.cs b/glib/ConnectBeforeAttribute.cs index e0e781d10..a306c5d93 100644 --- a/glib/ConnectBeforeAttribute.cs +++ b/glib/ConnectBeforeAttribute.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// (C) 2004 Novell, Inc. +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/DefaultSignalHandlerAttribute.cs b/glib/DefaultSignalHandlerAttribute.cs index 48e0b093f..53f42de67 100644 --- a/glib/DefaultSignalHandlerAttribute.cs +++ b/glib/DefaultSignalHandlerAttribute.cs @@ -1,10 +1,23 @@ -// // DefaultSignalHandlerAttribute.cs // // Author: Mike Kestner // -// (C) 2003 Novell, Inc. +// Copyright (c) 2003 Novell, Inc. // +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/DelegateWrapper.cs b/glib/DelegateWrapper.cs index 046c43f23..32df47e50 100644 --- a/glib/DelegateWrapper.cs +++ b/glib/DelegateWrapper.cs @@ -4,8 +4,23 @@ // Rachel Hestilow // Gonzalo Panigua Javier // -// (c) 2002 Rachel Hestilow -// (c) 2003 Ximian, Inc. (http://www.ximian.com) +// Copyright (c) 2002 Rachel Hestilow +// Copyright (c) 2003 Ximian, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/EnumWrapper.cs b/glib/EnumWrapper.cs index a647bdc00..3c2e5fa2e 100644 --- a/glib/EnumWrapper.cs +++ b/glib/EnumWrapper.cs @@ -2,7 +2,22 @@ // // Author: Rachel Hestilow // -// (c) 2002 Rachel Hestilow +// Copyright (c) 2002 Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/FileUtils.cs b/glib/FileUtils.cs index 153ee8726..d82011b73 100644 --- a/glib/FileUtils.cs +++ b/glib/FileUtils.cs @@ -2,7 +2,22 @@ // // Author: Martin Baulig // -// (c) 2002 Ximian, Inc +// Copyright (c) 2002 Ximian, Inc +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/GException.cs b/glib/GException.cs index 1eb34ce94..99b8197e0 100644 --- a/glib/GException.cs +++ b/glib/GException.cs @@ -2,7 +2,22 @@ // // Authors: Rachel Hestilow // -// (c) 2002 Rachel Hestilow +// Copyright (c) 2002 Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/IWrapper.cs b/glib/IWrapper.cs index 6aa92fe00..db919bd83 100644 --- a/glib/IWrapper.cs +++ b/glib/IWrapper.cs @@ -2,7 +2,22 @@ // // Author: Rachel Hestilow // -// (c) 2002 Rachel Hestilow +// Copyright (c) 2002 Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/Idle.cs b/glib/Idle.cs index f2dc5f406..97cee5b2c 100755 --- a/glib/Idle.cs +++ b/glib/Idle.cs @@ -3,7 +3,23 @@ // Author: Mike Kestner // Rachel Hestilow // -// (c) 2002 Mike Kestner, Rachel Hestilow +// Copyright (c) 2002 Mike Kestner +// Copyright (c) Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/List.cs b/glib/List.cs index 9a9e6df2f..94788a4ce 100644 --- a/glib/List.cs +++ b/glib/List.cs @@ -2,7 +2,22 @@ // // Authors: Mike Kestner // -// (c) 2002 Mike Kestner +// Copyright (c) 2002 Mike Kestner +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/ListBase.cs b/glib/ListBase.cs index 1d1077747..28e3670bd 100644 --- a/glib/ListBase.cs +++ b/glib/ListBase.cs @@ -2,7 +2,22 @@ // // Authors: Mike Kestner // -// (c) 2002 Mike Kestner +// Copyright (c) 2002 Mike Kestner +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/Log.cs b/glib/Log.cs index 498889d2c..c41d73610 100644 --- a/glib/Log.cs +++ b/glib/Log.cs @@ -4,7 +4,22 @@ // Gonzalo Paniagua Javier (gonzalo@ximian.com) // // -// (c) 2002 Gonzalo Paniagua +// Copyright (c) 2002 Gonzalo Paniagua +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + // namespace GLib { diff --git a/glib/MainContext.cs b/glib/MainContext.cs index 44a6e67d2..0d7b3ebb2 100644 --- a/glib/MainContext.cs +++ b/glib/MainContext.cs @@ -2,7 +2,22 @@ // // Author: Radek Doulik // -// (C) 2003 Radek Doulik +// Copyright (c) 2003 Radek Doulik +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/ManagedValue.cs b/glib/ManagedValue.cs index 7fded0ee7..d62cdc4d3 100644 --- a/glib/ManagedValue.cs +++ b/glib/ManagedValue.cs @@ -2,7 +2,22 @@ // // Author: Rachel Hestilow // -// (c) 2002 Rachel Hestilow +// Copyright (c) 2002 Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { using System; diff --git a/glib/Markup.cs b/glib/Markup.cs index 112b67252..660370787 100644 --- a/glib/Markup.cs +++ b/glib/Markup.cs @@ -1,11 +1,25 @@ -// // Markup.cs: Wrapper for the Markup code in Glib // // Authors: // Miguel de Icaza (miguel@ximian.com) // -// (C) 2003 Ximian, Inc. +// Copyright (c) 2003 Ximian, Inc. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + using System; using System.Runtime.InteropServices; diff --git a/glib/Marshaller.cs b/glib/Marshaller.cs index a42c06575..218cb4bd4 100644 --- a/glib/Marshaller.cs +++ b/glib/Marshaller.cs @@ -5,6 +5,21 @@ // // Copyright (c) 2002, 2003 Rachel Hestilow // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { using System; diff --git a/glib/MissingIntPtrCtorException.cs b/glib/MissingIntPtrCtorException.cs index 1f6d15b10..f5633430c 100644 --- a/glib/MissingIntPtrCtorException.cs +++ b/glib/MissingIntPtrCtorException.cs @@ -3,6 +3,21 @@ // Authors: Mike Kestner // // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/Object.cs b/glib/Object.cs index ebc6f8e88..23a1415b2 100644 --- a/glib/Object.cs +++ b/glib/Object.cs @@ -4,6 +4,21 @@ // // Copyright (c) 2001-2003 Mike Kestner // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/ObjectManager.cs b/glib/ObjectManager.cs index b7d51d414..6ae7bed18 100644 --- a/glib/ObjectManager.cs +++ b/glib/ObjectManager.cs @@ -4,6 +4,21 @@ // // Copyright 2001-2002 Mike Kestner // Copyright 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/Opaque.cs b/glib/Opaque.cs index 2074d4010..ed3f13908 100644 --- a/glib/Opaque.cs +++ b/glib/Opaque.cs @@ -4,7 +4,24 @@ // Mike Kestner // Rachel Hestilow // -// (c) 2001 Bob Smith and Mike Kestner, 2002 Rachel Hestilow +// Copyright (c) 2001 Bob Smith +// Copyright (c) 2001 Mike Kestner +// Copyright (c) 2002 Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { @@ -13,14 +30,6 @@ namespace GLib { using System.ComponentModel; using System.Runtime.InteropServices; - /// - /// Object Class - /// - /// - /// - /// Wrapper class for GObject. - /// - public class Opaque : IWrapper { // Private class and instance members @@ -50,14 +59,6 @@ namespace GLib { return null; //FIXME: Call TypeParser here eventually. } - /// - /// Opaque Constructor - /// - /// - /// - /// Dummy constructor needed for derived classes. - /// - public Opaque () {} /// diff --git a/glib/SList.cs b/glib/SList.cs index 19fc074f2..645516d47 100644 --- a/glib/SList.cs +++ b/glib/SList.cs @@ -2,7 +2,22 @@ // // Authors: Mike Kestner // -// (c) 2002 Mike Kestner +// Copyright (c) 2002 Mike Kestner +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/SignalArgs.cs b/glib/SignalArgs.cs index 2345702e6..7ef9ad0b8 100644 --- a/glib/SignalArgs.cs +++ b/glib/SignalArgs.cs @@ -2,7 +2,23 @@ // // Author: Mike Kestner // -// (c) 2001 Mike Kestner +// Copyright (c) 2001 Mike Kestner +// Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { using System; diff --git a/glib/SignalAttribute.cs b/glib/SignalAttribute.cs index 8d55bcb66..0c004db8c 100644 --- a/glib/SignalAttribute.cs +++ b/glib/SignalAttribute.cs @@ -1,11 +1,24 @@ -// // SignalAttribute.cs // // Author: // Ricardo Fernández Pascual // -// (C) Ricardo Fernández Pascual +// Copyright (c) Ricardo Fernández Pascual // +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/SignalCallback.cs b/glib/SignalCallback.cs index b98c61842..357fc6bd0 100644 --- a/glib/SignalCallback.cs +++ b/glib/SignalCallback.cs @@ -4,6 +4,21 @@ // // Copyright (c) 2001 Mike Kestner // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { using System; diff --git a/glib/Source.cs b/glib/Source.cs index 570493eb5..62ac0e172 100644 --- a/glib/Source.cs +++ b/glib/Source.cs @@ -2,7 +2,22 @@ // // Author: Duncan Mak // -// (c) 2002 Mike Kestner +// Copyright (c) 2002 Mike Kestner +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/Thread.cs b/glib/Thread.cs index 6f39c79bb..e2609c913 100644 --- a/glib/Thread.cs +++ b/glib/Thread.cs @@ -2,7 +2,22 @@ // // Author: Alp Toker // -// (c) 2002 Alp Toker +// Copyright (c) 2002 Alp Toker +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/Timeout.cs b/glib/Timeout.cs index f28b7665e..f0790ee60 100755 --- a/glib/Timeout.cs +++ b/glib/Timeout.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// (c) 2002 Mike Kestner +// Copyright (c) 2002 Mike Kestner +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/Type.cs b/glib/Type.cs index 2cba0ccaf..9affb769c 100755 --- a/glib/Type.cs +++ b/glib/Type.cs @@ -2,7 +2,23 @@ // // Author: Mike Kestner // -// (c) 2003 Mike Kestner, Novell, Inc. +// Copyright (c) 2003 Mike Kestner +// Copyright (c) 2003 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/TypeConverter.cs b/glib/TypeConverter.cs index 167390867..72aea2961 100644 --- a/glib/TypeConverter.cs +++ b/glib/TypeConverter.cs @@ -2,7 +2,22 @@ // // Author: Rachel Hestilow // -// (c) 2002 Rachel Hestilow +// Copyright (c) 2002 Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { using System; diff --git a/glib/TypeFundamentals.cs b/glib/TypeFundamentals.cs index 824d35e75..dc43141a9 100644 --- a/glib/TypeFundamentals.cs +++ b/glib/TypeFundamentals.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// (c) 2001 Mike Kestner +// Copyright (c) 2001 Mike Kestner +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/UnwrappedObject.cs b/glib/UnwrappedObject.cs index cf333445a..f6593b671 100644 --- a/glib/UnwrappedObject.cs +++ b/glib/UnwrappedObject.cs @@ -2,7 +2,22 @@ // // Author: Rachel Hestilow // -// (c) 2002 Rachel Hestilow +// Copyright (c) 2002 Rachel Hestilow +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/Value.cs b/glib/Value.cs index 3fd2f50a2..6082ab42e 100755 --- a/glib/Value.cs +++ b/glib/Value.cs @@ -4,6 +4,21 @@ // // Copyright (c) 2001 Mike Kestner // Copyright (c) 2003-2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/ValueArray.cs b/glib/ValueArray.cs index 085c675ae..585d94150 100644 --- a/glib/ValueArray.cs +++ b/glib/ValueArray.cs @@ -2,7 +2,22 @@ // // Authors: Mike Kestner // -// (c) 2003 Novell, Inc. +// Copyright (c) 2003 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace GLib { diff --git a/glib/glue/error.c b/glib/glue/error.c index 59d376898..bad283133 100755 --- a/glib/glue/error.c +++ b/glib/glue/error.c @@ -2,7 +2,21 @@ * * Author: Mike Kestner * - * 2002 Mike Kestner + * Copyright (c) 2002 Mike Kestner + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/glib/glue/list.c b/glib/glue/list.c index 8007eba7f..dd3f0def2 100644 --- a/glib/glue/list.c +++ b/glib/glue/list.c @@ -2,7 +2,21 @@ * * Author: Rachel Hestilow * - * 2002 Rachel Hestilow, Mike Kestner + * Copyright (c) 2002 Rachel Hestilow, Mike Kestner + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ diff --git a/glib/glue/object.c b/glib/glue/object.c index e222111ba..01dc56226 100644 --- a/glib/glue/object.c +++ b/glib/glue/object.c @@ -2,7 +2,21 @@ * * Author: Mike Kestner * - * 2002 Mike Kestner + * Copyright (c) 2002 Mike Kestner + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/glib/glue/slist.c b/glib/glue/slist.c index e0ee7c6d9..80f5f1753 100644 --- a/glib/glue/slist.c +++ b/glib/glue/slist.c @@ -2,7 +2,21 @@ * * Author: Rachel Hestilow * - * 2002 Rachel Hestilow, Mike Kestner + * Copyright (c) 2002 Rachel Hestilow, Mike Kestner + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ diff --git a/glib/glue/type.c b/glib/glue/type.c index d9074ebc2..3e728ac99 100644 --- a/glib/glue/type.c +++ b/glib/glue/type.c @@ -2,7 +2,21 @@ * * Author: Mike Kestner * - * 2002 Mike Kestner + * Copyright (c) 2002 Mike Kestner + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/glib/glue/unichar.c b/glib/glue/unichar.c index 845113072..9e08a08f5 100644 --- a/glib/glue/unichar.c +++ b/glib/glue/unichar.c @@ -2,7 +2,21 @@ * * Author: Mike Kestner * - * Copyright 2004 Novell, Inc. + * Copyright (c) 2004 Novell, Inc. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ diff --git a/glib/glue/value.c b/glib/glue/value.c index e7eddc088..99b096575 100644 --- a/glib/glue/value.c +++ b/glib/glue/value.c @@ -2,7 +2,21 @@ * * Author: Mike Kestner * - * 2002 Mike Kestner + * Copyright (c) 2002 Mike Kestner + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/glib/glue/valuearray.c b/glib/glue/valuearray.c index 2e967ca9c..f64bf46b6 100644 --- a/glib/glue/valuearray.c +++ b/glib/glue/valuearray.c @@ -2,7 +2,21 @@ * * Author: Mike Kestner * - * 2004 Novell, Inc. + * Copyright (c) 2004 Novell, Inc. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gnome/App.custom b/gnome/App.custom index bdab3b6e2..85dc7f1de 100644 --- a/gnome/App.custom +++ b/gnome/App.custom @@ -1,3 +1,20 @@ +// App.custom - Gnome.App customizations +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + + [DllImport("gnomeui-2")] static extern IntPtr gnome_app_new(string appname, string title); diff --git a/gnome/Canvas.custom b/gnome/Canvas.custom index d51ec63c9..4cf6715cf 100644 --- a/gnome/Canvas.custom +++ b/gnome/Canvas.custom @@ -9,6 +9,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("gnomecanvas-2")] static extern void gnome_canvas_w2c_affine(IntPtr raw, double[] affine); diff --git a/gnome/CanvasBpath.custom b/gnome/CanvasBpath.custom index b5002aa70..52ed7f0a9 100644 --- a/gnome/CanvasBpath.custom +++ b/gnome/CanvasBpath.custom @@ -1,4 +1,3 @@ -// // Gnome.CanvasBpath.custom - Gnome CanvasBpath class customizations // // Author: Rachel Hestilow @@ -7,6 +6,19 @@ // // This code is inserted after the automatically generated code. // +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. public CanvasBpath (Gnome.CanvasGroup group) : base (group, GType) { diff --git a/gnome/CanvasClipgroup.custom b/gnome/CanvasClipgroup.custom index 115a324c1..ee8f9b8f0 100644 --- a/gnome/CanvasClipgroup.custom +++ b/gnome/CanvasClipgroup.custom @@ -1,4 +1,3 @@ -// // Gnome.CanvasClipgroup.custom - Gnome CanvasClipgroup class customizations // // Author: Rachel Hestilow @@ -7,6 +6,20 @@ // // This code is inserted after the automatically generated code. // +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public CanvasClipgroup (Gnome.CanvasGroup group) : base (group, GType) { diff --git a/gnome/CanvasEllipse.custom b/gnome/CanvasEllipse.custom index 3f727fc39..cb41b4240 100644 --- a/gnome/CanvasEllipse.custom +++ b/gnome/CanvasEllipse.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public CanvasEllipse (Gnome.CanvasGroup group) : base (group, GType) { diff --git a/gnome/CanvasGroup.custom b/gnome/CanvasGroup.custom index dc70efc34..b890d5e11 100644 --- a/gnome/CanvasGroup.custom +++ b/gnome/CanvasGroup.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public CanvasGroup (Gnome.CanvasGroup group) : base (group, GType) { diff --git a/gnome/CanvasItem.custom b/gnome/CanvasItem.custom index 4bd2d0449..d45f96d1e 100644 --- a/gnome/CanvasItem.custom +++ b/gnome/CanvasItem.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("gnomecanvas-2")] static extern System.IntPtr gnome_canvas_item_new (IntPtr group, GLib.GType type, IntPtr null_terminator); diff --git a/gnome/CanvasLine.custom b/gnome/CanvasLine.custom index 610c5e5a9..0ff26b54d 100644 --- a/gnome/CanvasLine.custom +++ b/gnome/CanvasLine.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public CanvasLine (Gnome.CanvasGroup group) : base (group, GType) { diff --git a/gnome/CanvasPixbuf.custom b/gnome/CanvasPixbuf.custom index caa4f8a3b..c79079119 100644 --- a/gnome/CanvasPixbuf.custom +++ b/gnome/CanvasPixbuf.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public CanvasPixbuf (Gnome.CanvasGroup group) : base (group, GType) { diff --git a/gnome/CanvasPoints.custom b/gnome/CanvasPoints.custom index 1db5adcd7..eaf5a1887 100644 --- a/gnome/CanvasPoints.custom +++ b/gnome/CanvasPoints.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("gnomesharpglue")] static extern System.IntPtr diff --git a/gnome/CanvasPolygon.custom b/gnome/CanvasPolygon.custom index b5963dadc..ff4869b3a 100644 --- a/gnome/CanvasPolygon.custom +++ b/gnome/CanvasPolygon.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public CanvasPolygon (Gnome.CanvasGroup group) : base (group, GType) { diff --git a/gnome/CanvasRE.custom b/gnome/CanvasRE.custom index c76d05d87..ebaac9ea7 100644 --- a/gnome/CanvasRE.custom +++ b/gnome/CanvasRE.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + protected CanvasRE (Gnome.CanvasGroup group, GLib.GType type) : base (group, type) { diff --git a/gnome/CanvasRect.custom b/gnome/CanvasRect.custom index 5241f418e..8ec6429bf 100644 --- a/gnome/CanvasRect.custom +++ b/gnome/CanvasRect.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public CanvasRect (Gnome.CanvasGroup group) : base (group, GType) { diff --git a/gnome/CanvasRichText.custom b/gnome/CanvasRichText.custom index 42a475241..59b685685 100644 --- a/gnome/CanvasRichText.custom +++ b/gnome/CanvasRichText.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public CanvasRichText (Gnome.CanvasGroup group) : base (group, GType) { diff --git a/gnome/CanvasShape.custom b/gnome/CanvasShape.custom index d1922082c..9deb811c6 100644 --- a/gnome/CanvasShape.custom +++ b/gnome/CanvasShape.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + protected CanvasShape (Gnome.CanvasGroup group, GLib.GType type) : base (group, type) { diff --git a/gnome/CanvasText.custom b/gnome/CanvasText.custom index e7efc2711..4bfcd2935 100644 --- a/gnome/CanvasText.custom +++ b/gnome/CanvasText.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public CanvasText (Gnome.CanvasGroup group) : base (group, GType) { diff --git a/gnome/CanvasWidget.custom b/gnome/CanvasWidget.custom index 68f94a0d2..114ae7154 100644 --- a/gnome/CanvasWidget.custom +++ b/gnome/CanvasWidget.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public CanvasWidget (Gnome.CanvasGroup group) : base (group, GType) { diff --git a/gnome/DateEdit.custom b/gnome/DateEdit.custom index d0d0b4abc..a7b138736 100644 --- a/gnome/DateEdit.custom +++ b/gnome/DateEdit.custom @@ -1,3 +1,19 @@ +// DateEdit.custom - Gnome.DateEdit customizations +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("gnomeui-2")] static extern IntPtr gnome_date_edit_new(IntPtr the_time, bool show_time, bool use_24_format); diff --git a/gnome/Druid.custom b/gnome/Druid.custom index a3284de25..20160ad55 100644 --- a/gnome/Druid.custom +++ b/gnome/Druid.custom @@ -1,3 +1,19 @@ +// Druid.custom - Gnome.Druid customizations +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("gnomeui-2")] static extern IntPtr gnome_druid_new_with_window(string title, IntPtr parent, bool close_on_cancel, out IntPtr window); diff --git a/gnome/DruidPageEdge.custom b/gnome/DruidPageEdge.custom index b877b5efa..e4fd77c32 100644 --- a/gnome/DruidPageEdge.custom +++ b/gnome/DruidPageEdge.custom @@ -1,3 +1,19 @@ +// DruidPage.custom - Gnome.DruidPage customizations +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("gnomeui-2")] static extern IntPtr gnome_druid_page_edge_new_with_vals(int position, bool antialiased, string title, string text, IntPtr logo, IntPtr watermark, IntPtr top_watermark); diff --git a/gnome/Font.custom b/gnome/Font.custom index ee0b07cfb..d3adc77b9 100644 --- a/gnome/Font.custom +++ b/gnome/Font.custom @@ -3,6 +3,21 @@ // Authors: Mike Kestner // // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("gnomeprint-2-2")] static extern IntPtr gnome_font_list (); diff --git a/gnome/FontFamily.custom b/gnome/FontFamily.custom index e68939dff..9f3004e92 100644 --- a/gnome/FontFamily.custom +++ b/gnome/FontFamily.custom @@ -3,6 +3,21 @@ // Authors: Mike Kestner // // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("gnomeprint-2-2")] static extern IntPtr gnome_font_family_list (); diff --git a/gnome/IconList.custom b/gnome/IconList.custom index b83ddba56..e948b9484 100644 --- a/gnome/IconList.custom +++ b/gnome/IconList.custom @@ -3,6 +3,21 @@ // Authors: Mike Kestner // // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("gnomeui-2")] static extern IntPtr gnome_icon_list_get_selection (IntPtr raw); diff --git a/gnome/IconTextItem.custom b/gnome/IconTextItem.custom index 81132bdc0..dc6e8da95 100644 --- a/gnome/IconTextItem.custom +++ b/gnome/IconTextItem.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public IconTextItem (Gnome.CanvasGroup group) : base (group, GType) { diff --git a/gnome/IconTheme.custom b/gnome/IconTheme.custom index c2fd1368e..c8f127027 100644 --- a/gnome/IconTheme.custom +++ b/gnome/IconTheme.custom @@ -4,6 +4,21 @@ // Jerone Zwartepoorte // // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("gnomeui-2")] static extern IntPtr gnome_icon_theme_list_icons (IntPtr raw, string context); diff --git a/gnome/Modules.cs b/gnome/Modules.cs index fc3986c9a..be1ada352 100644 --- a/gnome/Modules.cs +++ b/gnome/Modules.cs @@ -1,3 +1,20 @@ +// Modules.cs +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + + namespace Gnome { using System; diff --git a/gnome/Print.custom b/gnome/Print.custom index 05297970e..f6eb93c7e 100644 --- a/gnome/Print.custom +++ b/gnome/Print.custom @@ -6,6 +6,21 @@ // (C) 2004 Novell, Inc. (Larry Ewing) // // This code is inserted after the automatically generated code +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("gnomeprint-2-2")] static extern unsafe int gnome_print_rgbimage(IntPtr pc, byte * data, int width, int height, int rowstride); diff --git a/gnome/PrintDialog.custom b/gnome/PrintDialog.custom index 7caf7dca8..26045eefa 100644 --- a/gnome/PrintDialog.custom +++ b/gnome/PrintDialog.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public PrintDialog (Gnome.PrintJob gpj, string title) : this (gpj, title, 0) {} diff --git a/gnome/PrintJob.custom b/gnome/PrintJob.custom index c5ba95d96..90515bc75 100644 --- a/gnome/PrintJob.custom +++ b/gnome/PrintJob.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public PrintJob() : base (IntPtr.Zero) { diff --git a/gnome/Program.custom b/gnome/Program.custom index 444b50cd4..d14d11007 100644 --- a/gnome/Program.custom +++ b/gnome/Program.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("libgobject-2.0-0.dll")] static extern void g_type_init (); diff --git a/gnome/Scores.custom b/gnome/Scores.custom index e25ad4eca..16f30dc64 100644 --- a/gnome/Scores.custom +++ b/gnome/Scores.custom @@ -1,3 +1,19 @@ +// Scores.custom - Gnome.Scores customizations +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("gnomeui-2")] static extern IntPtr gnome_scores_new(uint n_scores, string names, out float scores, IntPtr times, bool clear); diff --git a/gnome/glue/canvas-proxy.c b/gnome/glue/canvas-proxy.c index 6f42693c7..b5c3ed840 100644 --- a/gnome/glue/canvas-proxy.c +++ b/gnome/glue/canvas-proxy.c @@ -5,6 +5,20 @@ * * Copyright (C), 2002. Ximian, Inc. * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gnome/glue/canvas.c b/gnome/glue/canvas.c index 7b4e7671b..259587b80 100644 --- a/gnome/glue/canvas.c +++ b/gnome/glue/canvas.c @@ -3,6 +3,20 @@ * Author: Mike Kestner (mkestner@ximian.com) * * Copyright (C) 2004 Novell, Inc. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gnome/glue/canvasitem.c b/gnome/glue/canvasitem.c index 1b4588d84..47bb67561 100644 --- a/gnome/glue/canvasitem.c +++ b/gnome/glue/canvasitem.c @@ -5,6 +5,20 @@ * * Copyright (C) 2001-2003 Ximian, Inc. * Copyright (C) 2004 Novell, Inc. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gnome/glue/canvaspoints.c b/gnome/glue/canvaspoints.c index 28958efa1..01370752d 100644 --- a/gnome/glue/canvaspoints.c +++ b/gnome/glue/canvaspoints.c @@ -3,6 +3,20 @@ * Author: Rachel Hestilow * * 2002 Rachel Hestilow + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gnome/glue/program.c b/gnome/glue/program.c index 8fad6b6e6..4f2e854a2 100644 --- a/gnome/glue/program.c +++ b/gnome/glue/program.c @@ -1,3 +1,22 @@ +/* + * program.c - glue code for Gnome.Program + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + + #include #include #include diff --git a/gnomedb/Application.cs b/gnomedb/Application.cs index 79e0d1557..1e565afda 100644 --- a/gnomedb/Application.cs +++ b/gnomedb/Application.cs @@ -1,10 +1,23 @@ -// // GnomeDb.Application.cs - libgnomedb initialization and event loop // // Author: Rodrigo Moya // -// (c) 2002 Rodrigo Moya +// Copyright (c) 2002 Rodrigo Moya // +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + using System; using System.Runtime.InteropServices; diff --git a/gtk/Accel.custom b/gtk/Accel.custom index 9aab247eb..6f1879255 100644 --- a/gtk/Accel.custom +++ b/gtk/Accel.custom @@ -3,6 +3,20 @@ // Authors: Mike Kestner // // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. [DllImport("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_accel_groups_from_object (IntPtr obj); diff --git a/gtk/AccelKey.custom b/gtk/AccelKey.custom index e50fe0a59..1b5e4a948 100644 --- a/gtk/AccelKey.custom +++ b/gtk/AccelKey.custom @@ -1,3 +1,18 @@ +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public Gdk.Key Key; public AccelKey (Gdk.Key key, Gdk.ModifierType mods, Gtk.AccelFlags flags) diff --git a/gtk/Adjustment.custom b/gtk/Adjustment.custom index 12993550b..8eedb5e87 100644 --- a/gtk/Adjustment.custom +++ b/gtk/Adjustment.custom @@ -2,6 +2,21 @@ // Gtk.Adjustment.custom - Allow customization of values in the GtkAdjustment // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + // [DllImport("libgtk-win32-2.0-0.dll")] diff --git a/gtk/Application.cs b/gtk/Application.cs index 13f9195e9..ac4251386 100755 --- a/gtk/Application.cs +++ b/gtk/Application.cs @@ -2,7 +2,21 @@ // // Author: Mike Kestner // -// (c) 2001 Mike Kestner +// Copyright (c) 2001 Mike Kestner +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. namespace Gtk { diff --git a/gtk/Button.custom b/gtk/Button.custom index 0fbefe168..f5eff8554 100644 --- a/gtk/Button.custom +++ b/gtk/Button.custom @@ -5,6 +5,21 @@ // Copyright (C) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_button_new_from_stock(string stock_id); diff --git a/gtk/Calendar.custom b/gtk/Calendar.custom index 69c901f15..c20ae6ec9 100644 --- a/gtk/Calendar.custom +++ b/gtk/Calendar.custom @@ -3,9 +3,24 @@ // Author: // Gonzalo Paniagua Javier (gonzalo@ximian.com) // -// (c) 2003 Ximian, Inc. (http://www.ximian.com) +// Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public DateTime GetDate () { @@ -31,4 +46,4 @@ public DateTime Date SelectMonth(month,year); SelectDay(day); } -} \ No newline at end of file +} diff --git a/gtk/CellRenderer.custom b/gtk/CellRenderer.custom index 21432011a..585129043 100644 --- a/gtk/CellRenderer.custom +++ b/gtk/CellRenderer.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("gtksharpglue")] static extern void gtksharp_cellrenderer_base_get_size (IntPtr handle, IntPtr widget, ref Gdk.Rectangle cell_area, out int x_offset, out int y_offset, out int width, out int height); diff --git a/gtk/CheckMenuItem.custom b/gtk/CheckMenuItem.custom index b11e9427a..953807139 100644 --- a/gtk/CheckMenuItem.custom +++ b/gtk/CheckMenuItem.custom @@ -5,6 +5,21 @@ // Copyright (C) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport ("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_check_menu_item_new_with_mnemonic (string label); diff --git a/gtk/Clipboard.custom b/gtk/Clipboard.custom index 6d3852d56..acf10a747 100644 --- a/gtk/Clipboard.custom +++ b/gtk/Clipboard.custom @@ -1,3 +1,18 @@ +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + /* public static Hashtable clipboard_objects = new Hashtable (); diff --git a/gtk/ColorSelection.custom b/gtk/ColorSelection.custom index 6dbfc2067..86d8e1d9a 100644 --- a/gtk/ColorSelection.custom +++ b/gtk/ColorSelection.custom @@ -1,6 +1,21 @@ // Gtk.ColorSelection.custom - customizations and corrections for ColorSelection // Author: Lee Mallabone // Author: Justin Malcolm +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_color_selection_palette_to_string(Gdk.Color[] colors, int n_colors); diff --git a/gtk/ColorSelectionDialog.custom b/gtk/ColorSelectionDialog.custom index b00e85912..815885ad8 100644 --- a/gtk/ColorSelectionDialog.custom +++ b/gtk/ColorSelectionDialog.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public class ColorSelectionButton : Gtk.Button { private ColorSelectionDialog color_sel; diff --git a/gtk/Combo.custom b/gtk/Combo.custom index b5d17bdd6..6ab081dce 100644 --- a/gtk/Combo.custom +++ b/gtk/Combo.custom @@ -1,3 +1,18 @@ +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("libgtk-win32-2.0-0.dll")] static extern void gtk_combo_set_popdown_strings(IntPtr raw, IntPtr strings); diff --git a/gtk/Container.custom b/gtk/Container.custom index 06aba7b4d..0ef448e51 100644 --- a/gtk/Container.custom +++ b/gtk/Container.custom @@ -3,6 +3,21 @@ // Authors: Mike Kestner // // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_container_get_children (IntPtr raw); diff --git a/gtk/Dialog.custom b/gtk/Dialog.custom index 58ce72016..7a7357578 100644 --- a/gtk/Dialog.custom +++ b/gtk/Dialog.custom @@ -8,6 +8,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + // Manually wrap until we figure out how to gen ellipses. [DllImport("libgtk-win32-2.0-0.dll")] diff --git a/gtk/Entry.custom b/gtk/Entry.custom index 6aa033a61..36088a7a8 100644 --- a/gtk/Entry.custom +++ b/gtk/Entry.custom @@ -3,6 +3,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public int InsertText (string new_text) { diff --git a/gtk/FileSelection.custom b/gtk/FileSelection.custom index 957c7e756..5ef92ccc7 100644 --- a/gtk/FileSelection.custom +++ b/gtk/FileSelection.custom @@ -8,6 +8,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public class FSButton : Gtk.Button { FileSelection file_sel; diff --git a/gtk/Frame.custom b/gtk/Frame.custom index 5b63d51c7..49e07809d 100644 --- a/gtk/Frame.custom +++ b/gtk/Frame.custom @@ -7,4 +7,19 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public Frame() : this (null) {} diff --git a/gtk/HBox.custom b/gtk/HBox.custom index c6d0c77fe..b371bcfd5 100644 --- a/gtk/HBox.custom +++ b/gtk/HBox.custom @@ -1,2 +1,17 @@ +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. -public HBox () : this (false, 0) {} \ No newline at end of file + +public HBox () : this (false, 0) {} diff --git a/gtk/HScale.custom b/gtk/HScale.custom index 6f72e66b2..a2f4a517a 100644 --- a/gtk/HScale.custom +++ b/gtk/HScale.custom @@ -5,6 +5,21 @@ // Copyright (C) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport ("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_hscale_new_with_range (double min, double max, double step); diff --git a/gtk/ITreeNode.cs b/gtk/ITreeNode.cs index a579ff7f1..feed4b319 100644 --- a/gtk/ITreeNode.cs +++ b/gtk/ITreeNode.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// 2003 Novell, Inc. +// Copyright (c) 2003 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gtk { diff --git a/gtk/IconFactory.custom b/gtk/IconFactory.custom index 9fdb4f5ad..69fe5c5f7 100644 --- a/gtk/IconFactory.custom +++ b/gtk/IconFactory.custom @@ -1,3 +1,18 @@ +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("libgtk-win32-2.0-0.dll")] extern static void gtk_icon_size_lookup (IconSize size, out int width, out int height); diff --git a/gtk/IconSet.custom b/gtk/IconSet.custom index 46700755f..247e0aaa9 100644 --- a/gtk/IconSet.custom +++ b/gtk/IconSet.custom @@ -1,3 +1,18 @@ +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("libgtk-win32-2.0-0.dll")] unsafe static extern void gtk_icon_set_get_sizes ( IntPtr raw, out int *pointer_to_enum, out int n_sizes); diff --git a/gtk/ImageMenuItem.custom b/gtk/ImageMenuItem.custom index e5fe36a03..8ce720ca9 100644 --- a/gtk/ImageMenuItem.custom +++ b/gtk/ImageMenuItem.custom @@ -5,6 +5,21 @@ // Copyright (C) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport ("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_image_menu_item_new_with_mnemonic (string label); diff --git a/gtk/ItemFactory.custom b/gtk/ItemFactory.custom index d1b032419..b7a5a36c7 100644 --- a/gtk/ItemFactory.custom +++ b/gtk/ItemFactory.custom @@ -5,6 +5,21 @@ // Copyright (C) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_item_factory_new(IntPtr container_type, string path, IntPtr accel_group); diff --git a/gtk/Label.custom b/gtk/Label.custom index ba9b74b77..f8b4a7f48 100644 --- a/gtk/Label.custom +++ b/gtk/Label.custom @@ -5,5 +5,20 @@ // // Author: John Luke // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public Label () : this (null) {} diff --git a/gtk/Layout.custom b/gtk/Layout.custom index 15e0328c4..1fa502543 100644 --- a/gtk/Layout.custom +++ b/gtk/Layout.custom @@ -8,6 +8,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("gtksharpglue")] static extern IntPtr gtksharp_gtk_layout_get_bin_window (IntPtr layout); diff --git a/gtk/ListStore.custom b/gtk/ListStore.custom index eb2d8a1df..cbefe8053 100644 --- a/gtk/ListStore.custom +++ b/gtk/ListStore.custom @@ -5,6 +5,21 @@ // (c) 2002 Kristian Rietveld // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("libgtk-win32-2.0-0.dll")] static extern bool gtk_tree_model_iter_children (IntPtr raw, out Gtk.TreeIter iter, IntPtr parent); diff --git a/gtk/MenuItem.custom b/gtk/MenuItem.custom index 5a3e93f62..6cdf36ab1 100644 --- a/gtk/MenuItem.custom +++ b/gtk/MenuItem.custom @@ -5,6 +5,21 @@ // Copyright (C) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport ("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_menu_item_new_with_mnemonic (string label); diff --git a/gtk/MessageDialog.custom b/gtk/MessageDialog.custom index d2c254458..81a22e6cc 100644 --- a/gtk/MessageDialog.custom +++ b/gtk/MessageDialog.custom @@ -1,3 +1,18 @@ +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport ("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_message_dialog_new (IntPtr parent_window, DialogFlags flags, MessageType type, ButtonsType bt, string msg, params object [] args); diff --git a/gtk/NodeStore.cs b/gtk/NodeStore.cs index 4ce41e255..c6422c525 100644 --- a/gtk/NodeStore.cs +++ b/gtk/NodeStore.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// 2003 Novell, Inc. +// Copyright (c) 2003 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gtk { diff --git a/gtk/Notebook.custom b/gtk/Notebook.custom index 95bb7480d..bf7f7b1c1 100644 --- a/gtk/Notebook.custom +++ b/gtk/Notebook.custom @@ -3,7 +3,22 @@ // Authors: Xavier Amado (xavier@blackbloodstudios.com) // Mike Kestner (mkestner@ximian.com) // -// 2004 Novel, Inc. +// Copyright (c) 2004 Novel, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public Widget CurrentPageWidget { get { diff --git a/gtk/Object.custom b/gtk/Object.custom index 32e23d782..69961c34e 100755 --- a/gtk/Object.custom +++ b/gtk/Object.custom @@ -2,9 +2,24 @@ // // Author: Mike Kestner // -// (c) 2002-2003 Mike Kestner +// Copyright (c) 2002-2003 Mike Kestner // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("gtksharpglue")] private static extern bool gtksharp_object_is_floating (IntPtr raw); diff --git a/gtk/Paned.custom b/gtk/Paned.custom index 705441ed1..172d770cc 100644 --- a/gtk/Paned.custom +++ b/gtk/Paned.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport ("gtksharpglue")] static extern IntPtr gtksharp_paned_get_child1 (IntPtr i); diff --git a/gtk/Plug.custom b/gtk/Plug.custom index 3e0c7ef1f..c1844aebd 100644 --- a/gtk/Plug.custom +++ b/gtk/Plug.custom @@ -5,6 +5,21 @@ // Copyright (C) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_plug_new(uint socket_id); diff --git a/gtk/RadioButton.custom b/gtk/RadioButton.custom index 20acca817..3c9500d3d 100644 --- a/gtk/RadioButton.custom +++ b/gtk/RadioButton.custom @@ -3,6 +3,21 @@ // // Author: John Luke // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_radio_button_new_with_mnemonic (IntPtr group, string label); diff --git a/gtk/RadioMenuItem.custom b/gtk/RadioMenuItem.custom index 3b7efbce2..cdbab1227 100644 --- a/gtk/RadioMenuItem.custom +++ b/gtk/RadioMenuItem.custom @@ -4,6 +4,21 @@ // Mike Kestner // // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public RadioMenuItem (string label) : base (IntPtr.Zero) { diff --git a/gtk/ScrolledWindow.custom b/gtk/ScrolledWindow.custom index bab5028d1..f18ede44f 100644 --- a/gtk/ScrolledWindow.custom +++ b/gtk/ScrolledWindow.custom @@ -7,7 +7,22 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public ScrolledWindow () : this (null, null) { SetPolicy (PolicyType.Automatic, PolicyType.Automatic); - } \ No newline at end of file + } diff --git a/gtk/SelectionData.custom b/gtk/SelectionData.custom index b42d95ccb..8c642c109 100644 --- a/gtk/SelectionData.custom +++ b/gtk/SelectionData.custom @@ -1,3 +1,18 @@ +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("gtksharpglue")] private static extern int gtksharp_gtk_selection_data_get_format (IntPtr selection_data); diff --git a/gtk/Settings.custom b/gtk/Settings.custom index a31203498..e5e20c6f4 100644 --- a/gtk/Settings.custom +++ b/gtk/Settings.custom @@ -5,6 +5,21 @@ // Copyright (C) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public bool CursorBlink { diff --git a/gtk/SpinButton.custom b/gtk/SpinButton.custom index 6036a4448..668545108 100644 --- a/gtk/SpinButton.custom +++ b/gtk/SpinButton.custom @@ -5,6 +5,21 @@ // Copyright (C) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport ("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_spin_button_new_with_range (double min, double max, double step); diff --git a/gtk/Stock.custom b/gtk/Stock.custom index b06407fc9..0d9c3550e 100644 --- a/gtk/Stock.custom +++ b/gtk/Stock.custom @@ -3,6 +3,21 @@ // Authors: Mike Kestner // // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_stock_list_ids (); diff --git a/gtk/Style.custom b/gtk/Style.custom index c8a617d59..3e12a2531 100644 --- a/gtk/Style.custom +++ b/gtk/Style.custom @@ -8,6 +8,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + static Gdk.GC EnsureGC (IntPtr raw) { if (raw == IntPtr.Zero) diff --git a/gtk/Table.custom b/gtk/Table.custom index 2b4b8e4c6..44900bed8 100644 --- a/gtk/Table.custom +++ b/gtk/Table.custom @@ -1,3 +1,18 @@ +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + /* FIXME: Uncomment this when the default ctor flag is added to the XML public Table() { diff --git a/gtk/TargetEntry.custom b/gtk/TargetEntry.custom index 8a66e59bc..744ccc312 100644 --- a/gtk/TargetEntry.custom +++ b/gtk/TargetEntry.custom @@ -2,9 +2,24 @@ // // Author: Ettore Perazzoli // -// (c) 2003 Novell, Inc. +// Copyright (c) 2003 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public TargetEntry (string target, Gtk.TargetFlags flags, uint info) diff --git a/gtk/TextBuffer.custom b/gtk/TextBuffer.custom index f9012edee..c623f0d47 100644 --- a/gtk/TextBuffer.custom +++ b/gtk/TextBuffer.custom @@ -1,3 +1,18 @@ +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public string Text { get { return GetText (StartIter, EndIter, false); diff --git a/gtk/TextChildAnchor.custom b/gtk/TextChildAnchor.custom index 4e784ce7b..bbeabdc00 100644 --- a/gtk/TextChildAnchor.custom +++ b/gtk/TextChildAnchor.custom @@ -3,6 +3,21 @@ // Authors: Mike Kestner // // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_text_child_anchor_get_widgets (IntPtr raw); diff --git a/gtk/TextIter.custom b/gtk/TextIter.custom index 775bb5a58..b12b7b999 100755 --- a/gtk/TextIter.custom +++ b/gtk/TextIter.custom @@ -3,6 +3,21 @@ // Authors: Mike Kestner // // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("glibsharpglue")] static extern IntPtr gtksharp_unichar_to_utf8_string (int raw); diff --git a/gtk/TextTag.custom b/gtk/TextTag.custom index 50eead0ee..7b2f5bb87 100644 --- a/gtk/TextTag.custom +++ b/gtk/TextTag.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public Pango.Weight Weight { get { diff --git a/gtk/TextView.custom b/gtk/TextView.custom index b1aba6d9c..0698c01ad 100644 --- a/gtk/TextView.custom +++ b/gtk/TextView.custom @@ -5,6 +5,21 @@ // Copyright (C) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport ("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_text_view_new_with_buffer (IntPtr buffer); diff --git a/gtk/ThreadNotify.cs b/gtk/ThreadNotify.cs index e72fbdd20..84aae4a3e 100644 --- a/gtk/ThreadNotify.cs +++ b/gtk/ThreadNotify.cs @@ -1,4 +1,3 @@ -// // ThreadNotify.cs: implements a notification for the thread running the Gtk main // loop from another thread // @@ -6,9 +5,23 @@ // Miguel de Icaza (miguel@ximian.com). // Gonzalo Paniagua Javier (gonzalo@ximian.com) // -// (C) 2002 Ximian, Inc. -// (C) 2004 Novell, Inc. +// Copyright (c) 2002 Ximian, Inc. +// Copyright (c) 2004 Novell, Inc. // +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gtk { using System.Runtime.InteropServices; diff --git a/gtk/TreeIter.custom b/gtk/TreeIter.custom index 0d79d4030..a2043477f 100644 --- a/gtk/TreeIter.custom +++ b/gtk/TreeIter.custom @@ -1,6 +1,21 @@ // // To avoid ValueType.Equals which is slow // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public override int GetHashCode () { return Stamp ^ (int) _user_data ^ (int) _user_data2 ^ (int) _user_data3; diff --git a/gtk/TreeModel.custom b/gtk/TreeModel.custom index 7f52fbd0f..999dc61d7 100644 --- a/gtk/TreeModel.custom +++ b/gtk/TreeModel.custom @@ -2,9 +2,24 @@ // // Author: Kristian Rietveld // -// (c) 2002 Kristian Rietveld +// Copyright (c) 2002 Kristian Rietveld // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + /// IterChildren Method /// To be completed diff --git a/gtk/TreeModelSort.custom b/gtk/TreeModelSort.custom index 0f9e8a26a..3fc366bb6 100644 --- a/gtk/TreeModelSort.custom +++ b/gtk/TreeModelSort.custom @@ -2,9 +2,24 @@ // // Author: Kristian Rietveld // -// (c) 2002 Kristian Rietveld +// Copyright (c) 2002 Kristian Rietveld // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("libgtk-win32-2.0-0.dll")] static extern bool gtk_tree_model_iter_children (IntPtr raw, out Gtk.TreeIter iter, IntPtr parent); diff --git a/gtk/TreeNode.cs b/gtk/TreeNode.cs index 5c230e70f..96281b727 100644 --- a/gtk/TreeNode.cs +++ b/gtk/TreeNode.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// 2003 Novell, Inc. +// Copyright (c) 2003 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gtk { diff --git a/gtk/TreeNodeAttribute.cs b/gtk/TreeNodeAttribute.cs index 4344c001a..1fd25f21e 100644 --- a/gtk/TreeNodeAttribute.cs +++ b/gtk/TreeNodeAttribute.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// 2003 Novell, Inc. +// Copyright (c) 2003 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gtk { diff --git a/gtk/TreeNodeValueAttribute.cs b/gtk/TreeNodeValueAttribute.cs index ff0db3d44..9e7ecabd8 100644 --- a/gtk/TreeNodeValueAttribute.cs +++ b/gtk/TreeNodeValueAttribute.cs @@ -2,7 +2,22 @@ // // Author: Mike Kestner // -// 2003 Novell, Inc. +// Copyright (c) 2003 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + namespace Gtk { diff --git a/gtk/TreePath.custom b/gtk/TreePath.custom index 67d1e9d72..177972081 100644 --- a/gtk/TreePath.custom +++ b/gtk/TreePath.custom @@ -1,3 +1,18 @@ +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + // Patch submitted by malte on bug #49518 [DllImport("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_tree_path_get_indices(IntPtr raw); diff --git a/gtk/TreeSelection.custom b/gtk/TreeSelection.custom index 021a008b2..449a1063e 100644 --- a/gtk/TreeSelection.custom +++ b/gtk/TreeSelection.custom @@ -3,6 +3,21 @@ // Authors: Mike Kestner // // Copyright (c) 2004 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_tree_selection_get_selected_rows (IntPtr raw, out IntPtr model); diff --git a/gtk/TreeStore.custom b/gtk/TreeStore.custom index 7e464f892..1103dfeb0 100644 --- a/gtk/TreeStore.custom +++ b/gtk/TreeStore.custom @@ -7,6 +7,21 @@ // Copyright (c) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport ("libgtk-win32-2.0-0.dll")] diff --git a/gtk/TreeView.custom b/gtk/TreeView.custom index 7b1487129..5867461c6 100644 --- a/gtk/TreeView.custom +++ b/gtk/TreeView.custom @@ -4,10 +4,25 @@ // Kristian Rietveld // Gonzalo Paniagua Javier (gonzalo@ximian.com) // -// (c) 2002 Kristian Rietveld -// (c) 2003 Ximian, Inc. (http://www.ximian.com) +// Copyright (c) 2002 Kristian Rietveld +// Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com) // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public TreeView (NodeStore store) : base (IntPtr.Zero) diff --git a/gtk/TreeViewColumn.custom b/gtk/TreeViewColumn.custom index df6727262..538146bb3 100644 --- a/gtk/TreeViewColumn.custom +++ b/gtk/TreeViewColumn.custom @@ -2,9 +2,24 @@ // // Author: Rachel Hestilow // -// (c) 2003 Rachel Hestilow +// Copyright (c) 2003 Rachel Hestilow // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + public void SetCellDataFunc(Gtk.CellRenderer cell_renderer, Gtk.TreeCellDataFunc func) { diff --git a/gtk/VBox.custom b/gtk/VBox.custom index 90e960e41..5b7d2e0dd 100644 --- a/gtk/VBox.custom +++ b/gtk/VBox.custom @@ -1,2 +1,17 @@ +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. -public VBox () : this (false, 0) {} \ No newline at end of file + +public VBox () : this (false, 0) {} diff --git a/gtk/VScale.custom b/gtk/VScale.custom index 2bf382cbf..43ec814a7 100644 --- a/gtk/VScale.custom +++ b/gtk/VScale.custom @@ -5,6 +5,21 @@ // Copyright (C) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport ("libgtk-win32-2.0-0.dll")] static extern IntPtr gtk_vscale_new_with_range (double min, double max, double step); diff --git a/gtk/Viewport.custom b/gtk/Viewport.custom index 83dbd54d6..b0ac4a6fa 100644 --- a/gtk/Viewport.custom +++ b/gtk/Viewport.custom @@ -1,5 +1,20 @@ // Customizations for Viewport. // Author: Lee Mallabone +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + // Make a default constructor that wraps typical usage. public Viewport (): this (null, null) { diff --git a/gtk/Widget.custom b/gtk/Widget.custom index 3ff839613..8d05a1524 100644 --- a/gtk/Widget.custom +++ b/gtk/Widget.custom @@ -7,6 +7,21 @@ // // This code is inserted after the automatically generated code. // +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("gtksharpglue")] static extern IntPtr gtksharp_gtk_widget_get_allocation (IntPtr style); diff --git a/gtk/Window.custom b/gtk/Window.custom index 84b039b20..2a159ae04 100755 --- a/gtk/Window.custom +++ b/gtk/Window.custom @@ -6,6 +6,21 @@ // Copyright (c) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + [DllImport("libgobject-2.0-0.dll")] diff --git a/gtk/glue/adjustment.c b/gtk/glue/adjustment.c index f5f7aab24..54cec4531 100644 --- a/gtk/glue/adjustment.c +++ b/gtk/glue/adjustment.c @@ -1,7 +1,21 @@ /* * Utility wrapper for the GtkAdjustment * - * (C) 2002 Miguel de Icaza (miguel@ximian.com) + * Copyright (c) 2002 Miguel de Icaza (miguel@ximian.com) + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gtk/glue/button.c b/gtk/glue/button.c index 1b99279e2..e66be1dd7 100644 --- a/gtk/glue/button.c +++ b/gtk/glue/button.c @@ -1,5 +1,19 @@ /* * button.c : Glue for utility functions for GtkButton + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gtk/glue/cellrenderer.c b/gtk/glue/cellrenderer.c index 7869ed7ab..7a06f20d1 100644 --- a/gtk/glue/cellrenderer.c +++ b/gtk/glue/cellrenderer.c @@ -3,6 +3,20 @@ * Author: Todd Berman (tberman@sevenl.net) * * Copyright (C) 2004 Todd Berman + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gtk/glue/clipboard.c b/gtk/glue/clipboard.c index bc35bb1a7..5fdd30f9b 100644 --- a/gtk/glue/clipboard.c +++ b/gtk/glue/clipboard.c @@ -1,5 +1,19 @@ /* * clipboard.c + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gtk/glue/colorseldialog.c b/gtk/glue/colorseldialog.c index abeb851da..e02cdca00 100644 --- a/gtk/glue/colorseldialog.c +++ b/gtk/glue/colorseldialog.c @@ -2,7 +2,21 @@ * * Author: Duncan Mak (duncan@ximian.com) * - * (C) Ximian, INc. + * Copyright (c) Ximian, INc. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gtk/glue/combo.c b/gtk/glue/combo.c index b9a01b277..04799f9a0 100644 --- a/gtk/glue/combo.c +++ b/gtk/glue/combo.c @@ -2,6 +2,20 @@ * * Author: Pablo Baena (pbaena@uol.com.ar) * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gtk/glue/container.c b/gtk/glue/container.c index c4e8b63e4..bc0fe304c 100644 --- a/gtk/glue/container.c +++ b/gtk/glue/container.c @@ -3,6 +3,20 @@ * Author: Mike Kestner (mkestner@ximian.com) * * Copyright (C) 2004 Novell, Inc. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gtk/glue/dialog.c b/gtk/glue/dialog.c index 08c5d9379..d71a75d91 100644 --- a/gtk/glue/dialog.c +++ b/gtk/glue/dialog.c @@ -2,7 +2,21 @@ * * Author: Duncan Mak (duncan@ximian.com) * - * (C) Ximian, INc. + * Copyright (c) Ximian, Inc. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gtk/glue/fileselection.c b/gtk/glue/fileselection.c index b27000eb2..b5579a6d3 100644 --- a/gtk/glue/fileselection.c +++ b/gtk/glue/fileselection.c @@ -2,7 +2,21 @@ * * Author: Duncan Mak (duncan@ximian.com) * - * (C) Ximian, INc. + * Copyright (c) Ximian, Inc. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gtk/glue/layout.c b/gtk/glue/layout.c index dbba8a20d..1596e47ed 100644 --- a/gtk/glue/layout.c +++ b/gtk/glue/layout.c @@ -2,7 +2,21 @@ * * Author: Ettore Perazzoli * - * Copyright (C) 2003 Ettore Perazzoli + * Copyright (c) 2003 Ettore Perazzoli + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gtk/glue/nodestore.c b/gtk/glue/nodestore.c index 1682455a0..a04360a65 100644 --- a/gtk/glue/nodestore.c +++ b/gtk/glue/nodestore.c @@ -1,20 +1,20 @@ /* * nodestore.c * - * Copyright (C) 2003 Novell, Inc. + * Copyright (c) 2003 Novell, Inc. * * Authors: Mike Kestner * * This program is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU General Public - * License as published by the Free Software Foundation. + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. * * 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. + * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public + * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. diff --git a/gtk/glue/object.c b/gtk/glue/object.c index a80469369..c85bcc197 100644 --- a/gtk/glue/object.c +++ b/gtk/glue/object.c @@ -2,7 +2,21 @@ * * Author: Mike Kestner * - * 2002 Mike Kestner + * Copyright (c) 2002 Mike Kestner + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gtk/glue/paned.c b/gtk/glue/paned.c index 13fc7a7fa..f9d93d979 100644 --- a/gtk/glue/paned.c +++ b/gtk/glue/paned.c @@ -2,7 +2,21 @@ * * Author: Duncan Mak (duncan@ximian.com) * - * (C) Ximian, INc. + * Copyright (c) 2003 Ximian, Inc. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gtk/glue/selectiondata.c b/gtk/glue/selectiondata.c index 6bdcdc206..765cc049a 100644 --- a/gtk/glue/selectiondata.c +++ b/gtk/glue/selectiondata.c @@ -2,7 +2,21 @@ * * Author: Mike Kestner * - * 2003 Novell, Inc. + * Copyright (c) 2003 Novell, Inc. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gtk/glue/style.c b/gtk/glue/style.c index dc1f2f413..3270826d3 100644 --- a/gtk/glue/style.c +++ b/gtk/glue/style.c @@ -3,7 +3,21 @@ * Author: Rachel Hestilow * Radek Doulik * - * 2002, 2003 Rachel Hestilow, Mike Kestner, Radek Doulik + * Copyright (c) 2002, 2003 Rachel Hestilow, Mike Kestner, Radek Doulik + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gtk/glue/widget.c b/gtk/glue/widget.c index a67208a55..622efa166 100644 --- a/gtk/glue/widget.c +++ b/gtk/glue/widget.c @@ -2,7 +2,21 @@ * * Author: Rachel Hestilow * - * 2002 Rachel Hestilow, Mike Kestner + * Copyright (c) 2002 Rachel Hestilow, Mike Kestner + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/gtkhtml/HTML.custom b/gtkhtml/HTML.custom index 944bfaa21..4fed6541a 100644 --- a/gtkhtml/HTML.custom +++ b/gtkhtml/HTML.custom @@ -5,6 +5,20 @@ // Copyright (C) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. [DllImport("gtkhtml-3.0")] static extern IntPtr gtk_html_new(); diff --git a/gtkhtml/HTMLStream.custom b/gtkhtml/HTMLStream.custom index 20f764ad2..d80fa9367 100644 --- a/gtkhtml/HTMLStream.custom +++ b/gtkhtml/HTMLStream.custom @@ -1,3 +1,24 @@ +// HTMLStream.custom - customizations to Gtk.HTMLStream +// +// Author: Mike Kestner +// +// Copyright (C) 2003 Novell, Inc. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. + + public void Write (string buffer) { byte [] bytes = System.Text.Encoding.UTF8.GetBytes (buffer); diff --git a/pango/AttrIterator.custom b/pango/AttrIterator.custom index f43722e0d..ce30c7fbe 100644 --- a/pango/AttrIterator.custom +++ b/pango/AttrIterator.custom @@ -5,6 +5,20 @@ // Copyright (c) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. [DllImport("libpango-1.0-0.dll")] diff --git a/pango/GlyphItem.custom b/pango/GlyphItem.custom index 8d3c0c27f..2da3363a5 100644 --- a/pango/GlyphItem.custom +++ b/pango/GlyphItem.custom @@ -5,6 +5,20 @@ // Copyright (c) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. [DllImport("libpango-1.0-0.dll")] diff --git a/pango/Layout.custom b/pango/Layout.custom index 3c64bbf0f..efacb871b 100644 --- a/pango/Layout.custom +++ b/pango/Layout.custom @@ -6,6 +6,20 @@ // Copyright (c) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. [DllImport("libpango-1.0-0.dll")] static extern IntPtr pango_layout_get_lines(IntPtr raw); diff --git a/pango/LayoutLine.custom b/pango/LayoutLine.custom index 8367b4ce0..1e017b9b6 100644 --- a/pango/LayoutLine.custom +++ b/pango/LayoutLine.custom @@ -5,6 +5,20 @@ // Copyright (c) 2004 Novell, Inc. // // This code is inserted after the automatically generated code. +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. [DllImport("pangosharpglue")] static extern IntPtr pangosharp_pango_layout_line_get_layout (IntPtr line); diff --git a/pango/Scale.cs b/pango/Scale.cs index 59eb6190c..52568acf0 100755 --- a/pango/Scale.cs +++ b/pango/Scale.cs @@ -1,10 +1,22 @@ -// // Scale.cs // // Author: Daniel Morgan // // Copyright (C) 2002 Daniel Morgan // +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA. namespace Pango { diff --git a/pango/glue/layoutline.c b/pango/glue/layoutline.c index a80287be2..95579b3f3 100644 --- a/pango/glue/layoutline.c +++ b/pango/glue/layoutline.c @@ -2,7 +2,21 @@ * * Author: Jeroen Zwartepoorte 2004 Jeroen Zwartepoorte + * Copyright (c) 2004 Jeroen Zwartepoorte + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the Lesser GNU General + * Public License as published by the Free Software Foundation. + * + * 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include diff --git a/rsvg/Tool.cs b/rsvg/Tool.cs index 56e965365..e9e1288b7 100644 --- a/rsvg/Tool.cs +++ b/rsvg/Tool.cs @@ -6,6 +6,19 @@ // Copyright (C) 2003 Reptile Consulting & Services Ltd. // Copyright (C) 2003 Charles Iliya Krempeaux. // +// This program is free software; you can redistribute it and/or +// modify it under the terms of version 2 of the Lesser GNU General +// Public License as published by the Free Software Foundation. +// +// 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 +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this program; if not, write to the +// Free Software Foundation, Inc., 59 Temple Place - Suite 330, +// Boston, MA 02111-1307, USA.