1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-523 set copyright notices

This commit is contained in:
David Hall
2017-08-03 11:36:19 -05:00
parent b401a9293c
commit e49edf19c8
14 changed files with 62 additions and 82 deletions

View File

@ -1,4 +1,6 @@
/* Copyright (C) 2014 InfiniDB, Inc.
/*
Copyright (c) 2017, MariaDB
Copyright (C) 2014 InfiniDB, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@ -13,21 +15,16 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA. */
// $Id: rowgroup.cpp 4021 2013-07-26 22:08:16Z xlou $
MA 02110-1301, USA.
*/
//
// C++ Implementation: rowgroup
//
// Description:
//
//
// Author: Patrick LeBlanc <pleblanc@calpont.com>, (C) 2008
//
// Copyright: See COPYING file that comes with this distribution
//
//
#include <vector>
//#define NDEBUG