summaryrefslogtreecommitdiff
path: root/fut
diff options
context:
space:
mode:
authorVadim Tkachenko <vadim@percona.com>2009-03-25 23:11:11 -0700
committerVadim Tkachenko <vadim@percona.com>2009-03-25 23:11:11 -0700
commit107072563d771422c9bbb9aeeedce8ae19c5b838 (patch)
tree3ed2f631ee8efd33f83fa406370be3355f305b45 /fut
parent4281699837ef7e5f88d5a04ac0b33bd8b9782881 (diff)
downloadmariadb-git-107072563d771422c9bbb9aeeedce8ae19c5b838.tar.gz
porting to 1.0.3
Diffstat (limited to 'fut')
-rw-r--r--fut/fut0fut.c20
-rw-r--r--fut/fut0lst.c20
2 files changed, 36 insertions, 4 deletions
diff --git a/fut/fut0fut.c b/fut/fut0fut.c
index 7f7a8fa39e7..41ee0cb6715 100644
--- a/fut/fut0fut.c
+++ b/fut/fut0fut.c
@@ -1,8 +1,24 @@
+/*****************************************************************************
+
+Copyright (c) 1995, 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
+
+*****************************************************************************/
+
/**********************************************************************
File-based utilities
-(c) 1995 Innobase Oy
-
Created 12/13/1995 Heikki Tuuri
***********************************************************************/
diff --git a/fut/fut0lst.c b/fut/fut0lst.c
index ed78b71220d..bea27ab70d1 100644
--- a/fut/fut0lst.c
+++ b/fut/fut0lst.c
@@ -1,8 +1,24 @@
+/*****************************************************************************
+
+Copyright (c) 1995, 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
+
+*****************************************************************************/
+
/**********************************************************************
File-based list utilities
-(c) 1995 Innobase Oy
-
Created 11/28/1995 Heikki Tuuri
***********************************************************************/