gnomemm r1698 - in goocanvasmm/trunk: . examples/custom_item examples/demo examples/drag_to_canvas examples/moving_shapes examples/simple examples/table examples/tablemodel
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomemm r1698 - in goocanvasmm/trunk: . examples/custom_item examples/demo examples/drag_to_canvas examples/moving_shapes examples/simple examples/table examples/tablemodel
- Date: Sat, 13 Sep 2008 11:26:44 +0000 (UTC)
Author: murrayc
Date: Sat Sep 13 11:26:43 2008
New Revision: 1698
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1698&view=rev
Log:
0.11.0:
2008-09-13 Murray Cumming <murrayc murrayc com>
* examples/custom_item/exampleitem.cc:
* examples/custom_item/examplewindow.cc:
* examples/custom_item/main.cc:
* examples/demo/main.cc:
* examples/demo/window.cc:
* examples/demo/window.h:
* examples/drag_to_canvas/examplewindow.cc:
* examples/drag_to_canvas/main.cc:
* examples/moving_shapes/main.cc:
* examples/moving_shapes/window.cc:
* examples/simple/examplewindow.cc:
* examples/simple/main.cc:
* examples/table/examplewindow.cc:
* examples/table/main.cc:
* examples/tablemodel/examplewindow.cc:
* examples/tablemodel/main.cc: Added missing copyright
comment blocks.
Modified:
goocanvasmm/trunk/ChangeLog
goocanvasmm/trunk/examples/custom_item/exampleitem.cc
goocanvasmm/trunk/examples/custom_item/examplewindow.cc
goocanvasmm/trunk/examples/custom_item/main.cc
goocanvasmm/trunk/examples/demo/main.cc
goocanvasmm/trunk/examples/demo/window.cc
goocanvasmm/trunk/examples/demo/window.h
goocanvasmm/trunk/examples/drag_to_canvas/examplewindow.cc
goocanvasmm/trunk/examples/drag_to_canvas/main.cc
goocanvasmm/trunk/examples/moving_shapes/main.cc
goocanvasmm/trunk/examples/moving_shapes/window.cc
goocanvasmm/trunk/examples/simple/examplewindow.cc
goocanvasmm/trunk/examples/simple/main.cc
goocanvasmm/trunk/examples/table/examplewindow.cc
goocanvasmm/trunk/examples/table/main.cc
goocanvasmm/trunk/examples/tablemodel/examplewindow.cc
goocanvasmm/trunk/examples/tablemodel/main.cc
Modified: goocanvasmm/trunk/examples/custom_item/exampleitem.cc
==============================================================================
--- goocanvasmm/trunk/examples/custom_item/exampleitem.cc (original)
+++ goocanvasmm/trunk/examples/custom_item/exampleitem.cc Sat Sep 13 11:26:43 2008
@@ -1,3 +1,20 @@
+/* Copyright (C) 2008 The goocanvasmm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
#include "exampleitem.h"
#include <goocanvasitemsimple.h>
Modified: goocanvasmm/trunk/examples/custom_item/examplewindow.cc
==============================================================================
--- goocanvasmm/trunk/examples/custom_item/examplewindow.cc (original)
+++ goocanvasmm/trunk/examples/custom_item/examplewindow.cc Sat Sep 13 11:26:43 2008
@@ -1,3 +1,20 @@
+/* Copyright (C) 2008 The goocanvasmm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
#include "examplewindow.h"
#include <cairomm/cairomm.h>
#include <iostream>
Modified: goocanvasmm/trunk/examples/custom_item/main.cc
==============================================================================
--- goocanvasmm/trunk/examples/custom_item/main.cc (original)
+++ goocanvasmm/trunk/examples/custom_item/main.cc Sat Sep 13 11:26:43 2008
@@ -1,3 +1,19 @@
+/* Copyright (C) 2008 The goocanvasmm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
#include <gtkmm.h>
#include "examplewindow.h"
Modified: goocanvasmm/trunk/examples/demo/main.cc
==============================================================================
--- goocanvasmm/trunk/examples/demo/main.cc (original)
+++ goocanvasmm/trunk/examples/demo/main.cc Sat Sep 13 11:26:43 2008
@@ -1,3 +1,19 @@
+/* Copyright (C) 2008 The goocanvasmm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
#include <gtkmm.h>
#include <goocanvasmm.h>
Modified: goocanvasmm/trunk/examples/demo/window.cc
==============================================================================
--- goocanvasmm/trunk/examples/demo/window.cc (original)
+++ goocanvasmm/trunk/examples/demo/window.cc Sat Sep 13 11:26:43 2008
@@ -1,6 +1,20 @@
-/*
-#include <libglademm.h>
-*/
+/* Copyright (C) 2008 The goocanvasmm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
#include "window.h"
#include "primitives.h"
Modified: goocanvasmm/trunk/examples/demo/window.h
==============================================================================
--- goocanvasmm/trunk/examples/demo/window.h (original)
+++ goocanvasmm/trunk/examples/demo/window.h Sat Sep 13 11:26:43 2008
@@ -1,3 +1,19 @@
+/* Copyright (C) 2008 The goocanvasmm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
#ifndef WINDOW_HH
#define WINDOW_HH
Modified: goocanvasmm/trunk/examples/drag_to_canvas/examplewindow.cc
==============================================================================
--- goocanvasmm/trunk/examples/drag_to_canvas/examplewindow.cc (original)
+++ goocanvasmm/trunk/examples/drag_to_canvas/examplewindow.cc Sat Sep 13 11:26:43 2008
@@ -1,3 +1,20 @@
+/* Copyright (C) 2008 The goocanvasmm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
#include "examplewindow.h"
#include <iostream>
Modified: goocanvasmm/trunk/examples/drag_to_canvas/main.cc
==============================================================================
--- goocanvasmm/trunk/examples/drag_to_canvas/main.cc (original)
+++ goocanvasmm/trunk/examples/drag_to_canvas/main.cc Sat Sep 13 11:26:43 2008
@@ -1,3 +1,19 @@
+/* Copyright (C) 2008 The goocanvasmm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
#include <gtkmm.h>
#include "examplewindow.h"
Modified: goocanvasmm/trunk/examples/moving_shapes/main.cc
==============================================================================
--- goocanvasmm/trunk/examples/moving_shapes/main.cc (original)
+++ goocanvasmm/trunk/examples/moving_shapes/main.cc Sat Sep 13 11:26:43 2008
@@ -1,3 +1,19 @@
+/* Copyright (C) 2008 The goocanvasmm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
#include "window.h"
Modified: goocanvasmm/trunk/examples/moving_shapes/window.cc
==============================================================================
--- goocanvasmm/trunk/examples/moving_shapes/window.cc (original)
+++ goocanvasmm/trunk/examples/moving_shapes/window.cc Sat Sep 13 11:26:43 2008
@@ -1,3 +1,20 @@
+/* Copyright (C) 2008 The goocanvasmm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
#include <goocanvasrect.h>
#include <iostream>
#include "window.h"
Modified: goocanvasmm/trunk/examples/simple/examplewindow.cc
==============================================================================
--- goocanvasmm/trunk/examples/simple/examplewindow.cc (original)
+++ goocanvasmm/trunk/examples/simple/examplewindow.cc Sat Sep 13 11:26:43 2008
@@ -1,3 +1,20 @@
+/* Copyright (C) 2008 The goocanvasmm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
#include "examplewindow.h"
#include <cairomm/cairomm.h>
#include <iostream>
Modified: goocanvasmm/trunk/examples/simple/main.cc
==============================================================================
--- goocanvasmm/trunk/examples/simple/main.cc (original)
+++ goocanvasmm/trunk/examples/simple/main.cc Sat Sep 13 11:26:43 2008
@@ -1,3 +1,19 @@
+/* Copyright (C) 2008 The goocanvasmm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
#include <gtkmm.h>
#include "examplewindow.h"
Modified: goocanvasmm/trunk/examples/table/examplewindow.cc
==============================================================================
--- goocanvasmm/trunk/examples/table/examplewindow.cc (original)
+++ goocanvasmm/trunk/examples/table/examplewindow.cc Sat Sep 13 11:26:43 2008
@@ -1,3 +1,20 @@
+/* Copyright (C) 2008 The goocanvasmm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
#include "examplewindow.h"
#include <cairomm/cairomm.h>
#include <iostream>
Modified: goocanvasmm/trunk/examples/table/main.cc
==============================================================================
--- goocanvasmm/trunk/examples/table/main.cc (original)
+++ goocanvasmm/trunk/examples/table/main.cc Sat Sep 13 11:26:43 2008
@@ -1,3 +1,19 @@
+/* Copyright (C) 2008 The goocanvasmm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
#include <gtkmm.h>
#include "examplewindow.h"
Modified: goocanvasmm/trunk/examples/tablemodel/examplewindow.cc
==============================================================================
--- goocanvasmm/trunk/examples/tablemodel/examplewindow.cc (original)
+++ goocanvasmm/trunk/examples/tablemodel/examplewindow.cc Sat Sep 13 11:26:43 2008
@@ -1,3 +1,20 @@
+/* Copyright (C) 2008 The goocanvasmm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
#include "examplewindow.h"
#include <cairomm/cairomm.h>
#include <iostream>
Modified: goocanvasmm/trunk/examples/tablemodel/main.cc
==============================================================================
--- goocanvasmm/trunk/examples/tablemodel/main.cc (original)
+++ goocanvasmm/trunk/examples/tablemodel/main.cc Sat Sep 13 11:26:43 2008
@@ -1,3 +1,19 @@
+/* Copyright (C) 2008 The goocanvasmm Development Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
#include <gtkmm.h>
#include "examplewindow.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]