From 06e94daba88664f1bb99bbaa6dde59fa14a107ad Mon Sep 17 00:00:00 2001 From: vasil Date: Tue, 17 Feb 2009 08:15:06 +0000 Subject: [PATCH] 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 2/28] --- dict/dict0dict.c | 20 ++++++++++++++++++-- dict/dict0load.c | 20 ++++++++++++++++++-- dict/dict0mem.c | 20 ++++++++++++++++++-- dyn/dyn0dyn.c | 20 ++++++++++++++++++-- eval/eval0eval.c | 20 ++++++++++++++++++-- eval/eval0proc.c | 20 ++++++++++++++++++-- fil/fil0fil.c | 20 ++++++++++++++++++-- fsp/fsp0fsp.c | 20 ++++++++++++++++++-- fut/fut0fut.c | 20 ++++++++++++++++++-- fut/fut0lst.c | 20 ++++++++++++++++++-- 10 files changed, 180 insertions(+), 20 deletions(-) diff --git a/dict/dict0dict.c b/dict/dict0dict.c index 000e3d1017f..134be1dadba 100644 --- a/dict/dict0dict.c +++ b/dict/dict0dict.c @@ -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 system -(c) 1996 Innobase Oy - Created 1/8/1996 Heikki Tuuri ***********************************************************************/ diff --git a/dict/dict0load.c b/dict/dict0load.c index 521c9d656ec..44590a261a6 100644 --- a/dict/dict0load.c +++ b/dict/dict0load.c @@ -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 *******************************************************/ diff --git a/dict/dict0mem.c b/dict/dict0mem.c index bba7837f6b6..31c0c23f450 100644 --- a/dict/dict0mem.c +++ b/dict/dict0mem.c @@ -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 ***********************************************************************/ diff --git a/dyn/dyn0dyn.c b/dyn/dyn0dyn.c index ecb6c27f441..16e82eaed66 100644 --- a/dyn/dyn0dyn.c +++ b/dyn/dyn0dyn.c @@ -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 + +*****************************************************************************/ + /****************************************************** The dynamically allocated array -(c) 1996 Innobase Oy - Created 2/5/1996 Heikki Tuuri *******************************************************/ diff --git a/eval/eval0eval.c b/eval/eval0eval.c index 46dd8284c16..a2590c63c38 100644 --- a/eval/eval0eval.c +++ b/eval/eval0eval.c @@ -1,9 +1,25 @@ +/***************************************************************************** + +Copyright (c) 1997, 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 + +*****************************************************************************/ + /****************************************************** SQL evaluator: evaluates simple data structures, like expressions, in a query graph -(c) 1997 Innobase Oy - Created 12/29/1997 Heikki Tuuri *******************************************************/ diff --git a/eval/eval0proc.c b/eval/eval0proc.c index d8b86f689ee..9c7563e8c7d 100644 --- a/eval/eval0proc.c +++ b/eval/eval0proc.c @@ -1,8 +1,24 @@ +/***************************************************************************** + +Copyright (c) 1998, 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 + +*****************************************************************************/ + /****************************************************** Executes SQL stored procedures and their control structures -(c) 1998 Innobase Oy - Created 1/20/1998 Heikki Tuuri *******************************************************/ diff --git a/fil/fil0fil.c b/fil/fil0fil.c index de37cf01910..4d778cf8a93 100644 --- a/fil/fil0fil.c +++ b/fil/fil0fil.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 + +*****************************************************************************/ + /****************************************************** The tablespace memory cache -(c) 1995 Innobase Oy - Created 10/25/1995 Heikki Tuuri *******************************************************/ diff --git a/fsp/fsp0fsp.c b/fsp/fsp0fsp.c index 9864dd962dc..25d260daeea 100644 --- a/fsp/fsp0fsp.c +++ b/fsp/fsp0fsp.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 space management -(c) 1995 Innobase Oy - Created 11/29/1995 Heikki Tuuri ***********************************************************************/ 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 ***********************************************************************/