diff --git a/trx/trx0sys.c b/trx/trx0sys.c index 68bcc41a2a3..831261b2ccf 100644 --- a/trx/trx0sys.c +++ b/trx/trx0sys.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 + +*****************************************************************************/ + /****************************************************** Transaction system -(c) 1996 Innobase Oy - Created 3/26/1996 Heikki Tuuri *******************************************************/ diff --git a/trx/trx0trx.c b/trx/trx0trx.c index 97a942d2a97..3cf21000f9b 100644 --- a/trx/trx0trx.c +++ b/trx/trx0trx.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 transaction -(c) 1996 Innobase Oy - Created 3/26/1996 Heikki Tuuri *******************************************************/ diff --git a/trx/trx0undo.c b/trx/trx0undo.c index ace315cde61..454808e89eb 100644 --- a/trx/trx0undo.c +++ b/trx/trx0undo.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 + +*****************************************************************************/ + /****************************************************** Transaction undo log -(c) 1996 Innobase Oy - Created 3/26/1996 Heikki Tuuri *******************************************************/ diff --git a/usr/usr0sess.c b/usr/usr0sess.c index 8c5780d4c2b..f45c43869ea 100644 --- a/usr/usr0sess.c +++ b/usr/usr0sess.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 + +*****************************************************************************/ + /****************************************************** Sessions -(c) 1996 Innobase Oy - Created 6/25/1996 Heikki Tuuri *******************************************************/ diff --git a/ut/ut0byte.c b/ut/ut0byte.c index a6f5c3601ce..5e11e37d0b6 100644 --- a/ut/ut0byte.c +++ b/ut/ut0byte.c @@ -1,8 +1,24 @@ +/***************************************************************************** + +Copyright (c) 1994, 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 + +*****************************************************************************/ + /******************************************************************* Byte utilities -(c) 1994, 1995 Innobase Oy - Created 5/11/1994 Heikki Tuuri ********************************************************************/ diff --git a/ut/ut0dbg.c b/ut/ut0dbg.c index e706ee119c4..55dd457a177 100644 --- a/ut/ut0dbg.c +++ b/ut/ut0dbg.c @@ -1,8 +1,24 @@ +/***************************************************************************** + +Copyright (c) 1994, 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 + +*****************************************************************************/ + /********************************************************************* Debug utilities for Innobase. -(c) 1994, 1995 Innobase Oy - Created 1/30/1994 Heikki Tuuri **********************************************************************/ diff --git a/ut/ut0list.c b/ut/ut0list.c index a48992a9630..c6250edb6cd 100644 --- a/ut/ut0list.c +++ b/ut/ut0list.c @@ -1,3 +1,21 @@ +/***************************************************************************** + +Copyright (c) 2006, 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 + +*****************************************************************************/ + #include "ut0list.h" #ifdef UNIV_NONINL #include "ut0list.ic" diff --git a/ut/ut0mem.c b/ut/ut0mem.c index 1321e7d9687..6135891bccf 100644 --- a/ut/ut0mem.c +++ b/ut/ut0mem.c @@ -1,8 +1,24 @@ +/***************************************************************************** + +Copyright (c) 1994, 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 + +*****************************************************************************/ + /************************************************************************ Memory primitives -(c) 1994, 1995 Innobase Oy - Created 5/11/1994 Heikki Tuuri *************************************************************************/ diff --git a/ut/ut0rnd.c b/ut/ut0rnd.c index c7a0ca1ab2a..f5d6cb08b0f 100644 --- a/ut/ut0rnd.c +++ b/ut/ut0rnd.c @@ -1,8 +1,24 @@ +/***************************************************************************** + +Copyright (c) 1994, 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 + +*****************************************************************************/ + /******************************************************************* Random numbers and hashing -(c) 1994, 1995 Innobase Oy - Created 5/11/1994 Heikki Tuuri ********************************************************************/ diff --git a/ut/ut0ut.c b/ut/ut0ut.c index adb0df31a82..12500988ec6 100644 --- a/ut/ut0ut.c +++ b/ut/ut0ut.c @@ -1,8 +1,24 @@ +/***************************************************************************** + +Copyright (c) 1994, 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 + +*****************************************************************************/ + /******************************************************************* Various utilities for Innobase. -(c) 1994, 1995 Innobase Oy - Created 5/11/1994 Heikki Tuuri ********************************************************************/