Browse Source
branches/zip:
branches/zip:
* Remove old Innobase copyright lines from C source files * Add a reference to the GPLv2 license as recommended by the lawyers at Oracle Legal [Step 7/28]pull/73/head
10 changed files with 180 additions and 20 deletions
-
20include/dict0dict.ic
-
20include/dict0load.h
-
20include/dict0load.ic
-
20include/dict0mem.h
-
20include/dict0mem.ic
-
20include/dict0types.h
-
20include/dyn0dyn.h
-
20include/dyn0dyn.ic
-
20include/eval0eval.h
-
20include/eval0eval.ic
@ -1,9 +1,25 @@ |
|||
/***************************************************************************** |
|||
|
|||
Copyright (c) 1996, 2009, Innobase Oy. All Rights Reserved. |
|||
|
|||
This program is free software; you can redistribute it and/or modify it under |
|||
the terms of the GNU General Public License as published by the Free Software |
|||
Foundation; version 2 of the License. |
|||
|
|||
This program 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 General Public License for more details. |
|||
|
|||
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., 59 Temple |
|||
Place, Suite 330, Boston, MA 02111-1307 USA |
|||
|
|||
*****************************************************************************/ |
|||
|
|||
/****************************************************** |
|||
Loads to the memory cache database object definitions |
|||
from dictionary tables |
|||
|
|||
(c) 1996 Innobase Oy |
|||
|
|||
Created 4/24/1996 Heikki Tuuri |
|||
*******************************************************/ |
|||
|
|||
@ -1,8 +1,24 @@ |
|||
/***************************************************************************** |
|||
|
|||
Copyright (c) 1996, 2009, Innobase Oy. All Rights Reserved. |
|||
|
|||
This program is free software; you can redistribute it and/or modify it under |
|||
the terms of the GNU General Public License as published by the Free Software |
|||
Foundation; version 2 of the License. |
|||
|
|||
This program 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 General Public License for more details. |
|||
|
|||
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., 59 Temple |
|||
Place, Suite 330, Boston, MA 02111-1307 USA |
|||
|
|||
*****************************************************************************/ |
|||
|
|||
/********************************************************************** |
|||
Data dictionary memory object creation |
|||
|
|||
(c) 1996 Innobase Oy |
|||
|
|||
Created 1/8/1996 Heikki Tuuri |
|||
***********************************************************************/ |
|||
|
|||
|
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue