[cairo-commit] cairo-5c/examples animate.5c, 1.6, 1.7 fob.5c, NONE, 1.1 grid.5c, 1.2, 1.3 led.5c, NONE, 1.1 metrics.5c, NONE, 1.1 pie-new.5c, NONE, 1.1 spin-cairo.5c, NONE, 1.1 spin.5c, NONE, 1.1 spinman.5c, NONE, 1.1 text45.5c, NONE, 1.1

Keith Packard commit at pdx.freedesktop.org
Mon Mar 14 13:52:24 PST 2005


Committed by: keithp

Update of /cvs/cairo/cairo-5c/examples
In directory gabe:/tmp/cvs-serv27204/examples

Modified Files:
	animate.5c grid.5c 
Added Files:
	fob.5c led.5c metrics.5c pie-new.5c spin-cairo.5c spin.5c 
	spinman.5c text45.5c 
Log Message:
2005-03-14  Keith Packard  <keithp at keithp.com>

	* examples/animate.5c:
	* examples/fob.5c:
	* examples/grid.5c:
	* examples/led.5c:
	* examples/metrics.5c:
	* examples/pie-new.5c:
	* examples/spin-cairo.5c:
	* examples/spin.5c:
	* examples/spinman.5c:
	* examples/text45.5c:
	Add a bunch more examples, including the LED image
	generation program used by the PSAS control software
	and the FOB logo used by http://fob.po8.org


Index: animate.5c
===================================================================
RCS file: /cvs/cairo/cairo-5c/examples/animate.5c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- animate.5c	19 Dec 2004 00:06:26 -0000	1.6
+++ animate.5c	14 Mar 2005 21:52:22 -0000	1.7
@@ -1,3 +1,4 @@
+#!/usr/bin/env nickle
 /* $Id$
  *
  * Copyright © 2004 Keith Packard

--- NEW FILE: fob.5c ---
(This appears to be a binary file; contents omitted.)

Index: grid.5c
===================================================================
RCS file: /cvs/cairo/cairo-5c/examples/grid.5c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- grid.5c	24 Dec 2004 00:09:24 -0000	1.2
+++ grid.5c	14 Mar 2005 21:52:22 -0000	1.3
@@ -1,3 +1,37 @@
+/* $Id$
+ *
+ * Copyright © 2005 Keith Packard
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo graphics library.
+ *
+ * The Initial Developer of the Original Code is Keith Packard
+ *
+ * Contributor(s):
+ *      Keith Packard <keithp at keithp.com>
+ */
 autoimport Cairo;
 
 typedef struct {

--- NEW FILE: led.5c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: metrics.5c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: pie-new.5c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: spin-cairo.5c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: spin.5c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: spinman.5c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: text45.5c ---
(This appears to be a binary file; contents omitted.)




More information about the cairo-commit mailing list