|
Message
From: cvs at opencores.org<cvs@o...>
Date: Mon Feb 26 00:25:13 CET 2007
Subject: [cvs-checkins] MODIFIED: matrix3x3 ...
Date: 00/07/02 26:00:25 Modified: matrix3x3/rtl/vhdl ccfactors_pkg.vhd colorconv.vhd colorconv_wb.vhd Log: Add licensing information Revision Changes Path 1.3 matrix3x3/rtl/vhdl/ccfactors_pkg.vhd http://www.opencores.org/cvsweb.shtml/matrix3x3/rtl/vhdl/ccfactors_pkg.vhd.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: ccfactors_pkg.vhd =================================================================== RCS file: /cvsroot/michland/matrix3x3/rtl/vhdl/ccfactors_pkg.vhd,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- ccfactors_pkg.vhd 4 Oct 2006 21:27:48 -0000 1.2 +++ ccfactors_pkg.vhd 25 Feb 2007 23:25:13 -0000 1.3 @@ -1,13 +1,62 @@ ------------------------------------------------------------------------------------ +-- ***** BEGIN LICENSE BLOCK ***** +---------------------------------------------------------------------- +---- ---- +---- True matrix 3x3 color convertion IP Core ---- +---- ---- +---- This file is part of the matrix 3x3 multiplier project ---- +---- http://www.opencores.org/projects.cgi/web/matrix3x3/ ---- +---- ---- +---- Description ---- +---- True matrix 3x3 color converter ---- +---- ---- +---- To Do: ---- +---- - ---- +---- ---- +---- Author(s): ---- +---- - Michael Tsvetkov, michland@o... ---- +---- - Vyacheslav Gulyaev, vv_gulyaev@o... ---- +---- ---- +---------------------------------------------------------------------- +---- ---- +---- Copyright (C) 2006 Authors and OPENCORES.ORG ---- +---- ---- +---- This source file may be used and distributed without ---- +---- restriction provided that this copyright statement is not ---- +---- removed from the file and that any derivative work contains ---- +---- the original copyright notice and the associated disclaimer. ---- +---- ---- +---- This source file 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.1 of the License, or (at your option) any ---- +---- later version. ---- +---- ---- +---- This source is distributed in the hope that 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 source; if not, download it ---- +---- from http://www.gnu.org/licenses/lgpl.txt or write to the ---- +---- Free Software Foundation, Inc., 51 Franklin Street, ---- +---- Fifth Floor, Boston, MA 02110-1301 USA ---- +---- ---- +---------------------------------------------------------------------- +-- * ***** END LICENSE BLOCK ***** */ + +----------------------------------------------------------------------- -- -- There is package with factors for different color convertions. -- Is used with mult3x3 matrix multiplier. -- --- Source: "Digital Video and HDTV. Algorithms and Interfaces" Charles Poynton; ISBN 1-55860-792-7. +-- Source: "Digital Video and HDTV. Algorithms and Interfaces" +-- Charles Poynton; ISBN 1-55860-792-7. -- -- rev 1.0, 06.30.2006 : Michael Tsvetkov (csimplemapi@m...) -- ------------------------------------------------------------------------------------ +----------------------------------------------------------------------- library ieee; use ieee.std_logic_1164.all; 1.3 matrix3x3/rtl/vhdl/colorconv.vhd http://www.opencores.org/cvsweb.shtml/matrix3x3/rtl/vhdl/colorconv.vhd.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: colorconv.vhd =================================================================== RCS file: /cvsroot/michland/matrix3x3/rtl/vhdl/colorconv.vhd,v retrieving revision 1.2 retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- colorconv.vhd 15 Aug 2006 18:03:12 -0000 1.2
+++ colorconv.vhd 25 Feb 2007 23:25:13 -0000 1.3
@@ -1,3 +1,53 @@
+-- ***** BEGIN LICENSE BLOCK *****
+----------------------------------------------------------------------
+---- ----
+---- True matrix 3x3 color convertion IP Core ----
+---- ----
+---- This file is part of the matrix 3x3 multiplier project ----
+---- http://www.opencores.org/projects.cgi/web/matrix3x3/ ----
+---- ----
+---- Description ----
+---- True matrix 3x3 color converter ----
+---- ----
+---- To Do: ----
+---- - ----
+---- ----
+---- Author(s): ----
+---- - Michael Tsvetkov, michland@o... ----
+---- - Vyacheslav Gulyaev, vv_gulyaev@o... ----
+---- ----
+----------------------------------------------------------------------
+---- ----
+---- Copyright (C) 2006 Authors and OPENCORES.ORG ----
+---- ----
+---- This source file may be used and distributed without ----
+---- restriction provided that this copyright statement is not ----
+---- removed from the file and that any derivative work contains ----
+---- the original copyright notice and the associated disclaimer. ----
+---- ----
+---- This source file 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.1 of the License, or (at your option) any ----
+---- later version. ----
+---- ----
+---- This source is distributed in the hope that 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 source; if not, download it ----
+---- from http://www.gnu.org/licenses/lgpl.txt or write to the ----
+---- Free Software Foundation, Inc., 51 Franklin Street, ----
+---- Fifth Floor, Boston, MA 02110-1301 USA ----
+---- ----
+----------------------------------------------------------------------
+-- * ***** END LICENSE BLOCK ***** */
+
+
+
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
1.2 matrix3x3/rtl/vhdl/colorconv_wb.vhd
http://www.opencores.org/cvsweb.shtml/matrix3x3/rtl/vhdl/colorconv_wb.vhd.diff?r1=1.1&r2=1.2
(In the diff below, changes in quantity of whitespace are not shown.)
Index: colorconv_wb.vhd
===================================================================
RCS file: /cvsroot/michland/matrix3x3/rtl/vhdl/colorconv_wb.vhd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- colorconv_wb.vhd 14 Aug 2006 22:55:02 -0000 1.1
+++ colorconv_wb.vhd 25 Feb 2007 23:25:13 -0000 1.2
@@ -1,3 +1,52 @@
+-- ***** BEGIN LICENSE BLOCK *****
+----------------------------------------------------------------------
+---- ----
+---- True matrix 3x3 color convertion IP Core ----
+---- ----
+---- This file is part of the matrix 3x3 multiplier project ----
+---- http://www.opencores.org/projects.cgi/web/matrix3x3/ ----
+---- ----
+---- Description ----
+---- True matrix 3x3 color converter ----
+---- ----
+---- To Do: ----
+---- - ----
+---- ----
+---- Author(s): ----
+---- - Michael Tsvetkov, michland@o... ----
+---- - Vyacheslav Gulyaev, vv_gulyaev@o... ----
+---- ----
+----------------------------------------------------------------------
+---- ----
+---- Copyright (C) 2006 Authors and OPENCORES.ORG ----
+---- ----
+---- This source file may be used and distributed without ----
+---- restriction provided that this copyright statement is not ----
+---- removed from the file and that any derivative work contains ----
+---- the original copyright notice and the associated disclaimer. ----
+---- ----
+---- This source file 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.1 of the License, or (at your option) any ----
+---- later version. ----
+---- ----
+---- This source is distributed in the hope that 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 source; if not, download it ----
+---- from http://www.gnu.org/licenses/lgpl.txt or write to the ----
+---- Free Software Foundation, Inc., 51 Franklin Street, ----
+---- Fifth Floor, Boston, MA 02110-1301 USA ----
+---- ----
+----------------------------------------------------------------------
+-- * ***** END LICENSE BLOCK ***** */
+
+
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
|
 |