[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ff-cvs] libvob/vob buoy/geom.py color/CIE_standard_obse...
From: |
Tuomas J. Lukka |
Subject: |
[ff-cvs] libvob/vob buoy/geom.py color/CIE_standard_obse... |
Date: |
Sat, 18 Oct 2003 02:13:43 -0400 |
CVSROOT: /cvsroot/libvob
Module name: libvob
Branch:
Changes by: Tuomas J. Lukka <address@hidden> 03/10/18 02:13:43
Modified files:
vob/buoy : geom.py
vob/color : CIE_standard_observer.py
Log message:
Arch sync
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/buoy/geom.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/color/CIE_standard_observer.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
Patches:
Index: libvob/vob/buoy/geom.py
diff -u libvob/vob/buoy/geom.py:1.1 libvob/vob/buoy/geom.py:1.2
--- libvob/vob/buoy/geom.py:1.1 Wed Aug 20 12:36:22 2003
+++ libvob/vob/buoy/geom.py Sat Oct 18 02:13:43 2003
@@ -1,3 +1,23 @@
+#
+# Copyright (c) 2003, Tuomas J. Lukka and Matti Katila
+# This file is part of Libvob.
+#
+# Libvob is free software; you can redistribute it and/or modify it under
+# the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# Libvob is distributed in the hope that 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA 02111-1307 USA
+#
+
class SingleGeometer:
def place(self, vs):
Index: libvob/vob/color/CIE_standard_observer.py
diff -u libvob/vob/color/CIE_standard_observer.py:1.1
libvob/vob/color/CIE_standard_observer.py:1.2
--- libvob/vob/color/CIE_standard_observer.py:1.1 Mon Sep 22 04:49:01 2003
+++ libvob/vob/color/CIE_standard_observer.py Sat Oct 18 02:13:43 2003
@@ -1,3 +1,24 @@
+#
+# Copyright (c) 2003, Janne Kujala
+# This file is part of Libvob.
+#
+# Libvob is free software; you can redistribute it and/or modify it under
+# the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# Libvob is distributed in the hope that 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA 02111-1307 USA
+#
+
+
# x2,y2,z2: CIE 1931 standard colorimeteric observer data
# x10,y10,z10: CIE 1964 supplementary standard colorimeteric observer data
# data points between 380 and 780 nm at 5 nm intervals
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [ff-cvs] libvob/vob buoy/geom.py color/CIE_standard_obse...,
Tuomas J. Lukka <=