diff --git a/sql/Makefile b/sql/Makefile index 5b9d59b..2dce11f 100644 --- a/sql/Makefile +++ b/sql/Makefile @@ -1,26 +1,27 @@ -#------------------------------------------------------------------------- +#------------------------------------------------------------------------------ # Desc: GNU makefile for FLAIM-SQL library and utilities # Tabs: 3 # -# Copyright (c) 2000-2006 Novell, Inc. All Rights Reserved. +# Copyright (c) 2000-2007 Novell, Inc. All Rights Reserved. # -# This program is free software; you can redistribute it and/or -# modify it under the terms of version 2 of the GNU General Public -# License as published by the Free Software Foundation. +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; version 2.1 +# 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. +# This library 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 +# Library Lesser General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, contact Novell, Inc. +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, contact Novell, Inc. # -# To contact Novell about this file by physical or electronic mail, -# you may find current contact information at www.novell.com +# To contact Novell about this file by physical or electronic mail, +# you may find current contact information at www.novell.com. # -# $Id: Makefile 3136 2006-01-25 12:19:01 -0700 (Wed, 25 Jan 2006) dsanders $ -#------------------------------------------------------------------------- +# $Id$ +#------------------------------------------------------------------------------ ############################################################################# # diff --git a/sql/src/btreeinfo.cpp b/sql/src/btreeinfo.cpp index 100c254..36c646b 100644 --- a/sql/src/btreeinfo.cpp +++ b/sql/src/btreeinfo.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Class for gathering b-tree information. -// // Tabs: 3 // -// Copyright (c) 2005-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2005-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/checksum.cpp b/sql/src/checksum.cpp index 6822db9..ac01587 100644 --- a/sql/src/checksum.cpp +++ b/sql/src/checksum.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This file contains the routine which calculates a block checksum. -// // Tabs: 3 // -// Copyright (c) 1999-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1999-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/createdatabase.cpp b/sql/src/createdatabase.cpp index 40b56ba..c8e58ae 100644 --- a/sql/src/createdatabase.cpp +++ b/sql/src/createdatabase.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Create a database. -// // Tabs: 3 // -// Copyright (c) 1990-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1990-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/createindex.cpp b/sql/src/createindex.cpp index 0422909..537e282 100644 --- a/sql/src/createindex.cpp +++ b/sql/src/createindex.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This module contains routines that will create an index. -// // Tabs: 3 // -// Copyright (c) 2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2006-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/createtable.cpp b/sql/src/createtable.cpp index f8a18cb..0edfa4b 100644 --- a/sql/src/createtable.cpp +++ b/sql/src/createtable.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This module contains the routines for creating a table. -// // Tabs: 3 // -// Copyright (c) 2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2006-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/deleterow.cpp b/sql/src/deleterow.cpp index c9263a5..425bb7a 100644 --- a/sql/src/deleterow.cpp +++ b/sql/src/deleterow.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This module contains the routines for inserting a row into a table. -// // Tabs: 3 // -// Copyright (c) 2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2006-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/dropdatabase.cpp b/sql/src/dropdatabase.cpp index 3a021b8..8e53e1e 100644 --- a/sql/src/dropdatabase.cpp +++ b/sql/src/dropdatabase.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This file contains the F_DbSystem::dropDatabase method. -// // Tabs: 3 // -// Copyright (c) 2001-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2001-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/dropindex.cpp b/sql/src/dropindex.cpp index ce17048..7bf3d30 100644 --- a/sql/src/dropindex.cpp +++ b/sql/src/dropindex.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This module contains routines that will drop an index. -// // Tabs: 3 // -// Copyright (c) 2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2006-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/droptable.cpp b/sql/src/droptable.cpp index e3793a2..5233ad8 100644 --- a/sql/src/droptable.cpp +++ b/sql/src/droptable.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This module contains routines that will drop an index. -// // Tabs: 3 // -// Copyright (c) 2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2006-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/f_btpool.cpp b/sql/src/f_btpool.cpp index 4735a6f..4d0d557 100644 --- a/sql/src/f_btpool.cpp +++ b/sql/src/f_btpool.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: B-Tree pool class file -// // Tabs: 3 // -// Copyright (c) 2002-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2002-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/f_btpool.h b/sql/src/f_btpool.h index a16cbcf..95e953d 100644 --- a/sql/src/f_btpool.h +++ b/sql/src/f_btpool.h @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Header file for the B-Tree pool -// // Tabs: 3 // -// Copyright (c) 2002-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2002-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/f_btree.cpp b/sql/src/f_btree.cpp index 3c5d70f..98a6c72 100644 --- a/sql/src/f_btree.cpp +++ b/sql/src/f_btree.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This class handles all of operations on a given B-Tree. -// // Tabs: 3 // -// Copyright (c) 2002-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2002-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/f_btree.h b/sql/src/f_btree.h index f584df5..dfed7f1 100644 --- a/sql/src/f_btree.h +++ b/sql/src/f_btree.h @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Header file for the B-Tree class definitions -// // Tabs: 3 // -// Copyright (c) 2002-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2002-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/f_nici.cpp b/sql/src/f_nici.cpp index df440f3..988ea52 100644 --- a/sql/src/f_nici.cpp +++ b/sql/src/f_nici.cpp @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: This file contains the functions needed for the NICI interface // functions. Adapted from ss_crypto.c written by Cameron Mashayekhi. -// // Tabs: 3 // -// Copyright (c) 2004-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2004-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/f_nici.h b/sql/src/f_nici.h index 841ce35..bda1426 100644 --- a/sql/src/f_nici.h +++ b/sql/src/f_nici.h @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: This file contains the definitions needed for the NICI interface // functions. -// // Tabs: 3 // -// Copyright (c) 2004-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2004-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fbtrset.cpp b/sql/src/fbtrset.cpp index 5238e24..4fa1607 100644 --- a/sql/src/fbtrset.cpp +++ b/sql/src/fbtrset.cpp @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: This file contains routines that implement a result set using // a temporary XFLAIM database. -// // Tabs: 3 // -// Copyright (c) 1991-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1991-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fbtrset.h b/sql/src/fbtrset.h index a6c80ca..7a1f151 100644 --- a/sql/src/fbtrset.h +++ b/sql/src/fbtrset.h @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: This File contains routines which do certain types of verifications // on objects in a FLAIM database. -// // Tabs: 3 // -// Copyright (c) 2003-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2003-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fcache.h b/sql/src/fcache.h index 94c3487..3263c76 100644 --- a/sql/src/fcache.h +++ b/sql/src/fcache.h @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Various classes used to manage cache. -// // Tabs: 3 // -// Copyright (c) 2004-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2004-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fcollate.cpp b/sql/src/fcollate.cpp index f950227..6d33716 100644 --- a/sql/src/fcollate.cpp +++ b/sql/src/fcollate.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Routines for building collation keys -// // Tabs: 3 // -// Copyright (c) 1993-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1993-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fcollate.h b/sql/src/fcollate.h index 9f38449..ee33fef 100644 --- a/sql/src/fcollate.h +++ b/sql/src/fcollate.h @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: Header for collation routines -// // Tabs: 3 // -// Copyright (c) 1991-1992, 1994-2000, 2002-2006 Novell, Inc. -// All Rights Reserved. +// Copyright (c) 1991-1992, 1994-2000, 2002-2007 Novell, Inc. +// All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fdbcnfig.cpp b/sql/src/fdbcnfig.cpp index 70409a3..3da0439 100644 --- a/sql/src/fdbcnfig.cpp +++ b/sql/src/fdbcnfig.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Database config get/set functions -// // Tabs: 3 // -// Copyright (c) 1996-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1996-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fdbcopy.cpp b/sql/src/fdbcopy.cpp index 4355cc9..b1cc60d 100644 --- a/sql/src/fdbcopy.cpp +++ b/sql/src/fdbcopy.cpp @@ -1,26 +1,26 @@ //------------------------------------------------------------------------------ // Desc: This file contains the F_DbSystem::dbCopy method. -// // Tabs: 3 // -// Copyright (c) 1998-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1998-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // -// $Id: fdbcopy.cpp 3112 2006-01-19 13:12:40 -0700 (Thu, 19 Jan 2006) dsanders $ +// $Id$ //------------------------------------------------------------------------------ #include "flaimsys.h" diff --git a/sql/src/fdbrenam.cpp b/sql/src/fdbrenam.cpp index de5325e..7a82bf6 100644 --- a/sql/src/fdbrenam.cpp +++ b/sql/src/fdbrenam.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This file contains the F_DbSystem::dbRename method. -// // Tabs: 3 // -// Copyright (c) 2001-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2001-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fdict.cpp b/sql/src/fdict.cpp index 37f5ba8..72121a1 100644 --- a/sql/src/fdict.cpp +++ b/sql/src/fdict.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Routines to access anything in the dictionary -// // Tabs: 3 // -// Copyright (c) 2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2006-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fdict.h b/sql/src/fdict.h index 0c61a47..5986578 100644 --- a/sql/src/fdict.h +++ b/sql/src/fdict.h @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: F_Dict class definitions - internal object for database's // dictionary. -// // Tabs: 3 // -// Copyright (c) 2002-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2002-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fdllmain.cpp b/sql/src/fdllmain.cpp index 5fbce5f..a57912b 100644 --- a/sql/src/fdllmain.cpp +++ b/sql/src/fdllmain.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This is the standard functionality that all com servers must export -// // Tabs: 3 // -// Copyright (c) 1991-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1991-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fdynbuf.cpp b/sql/src/fdynbuf.cpp index 8e021a5..a0ff05f 100644 --- a/sql/src/fdynbuf.cpp +++ b/sql/src/fdynbuf.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This file contains the routines for the Flaim Dynamic Buffer Class. -// // Tabs: 3 // -// Copyright (c) 2003-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2003-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fdynbuf.h b/sql/src/fdynbuf.h index eefed1e..94fa09e 100644 --- a/sql/src/fdynbuf.h +++ b/sql/src/fdynbuf.h @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Dynamic buffer -// // Tabs: 3 // -// Copyright (c) 2003-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2003-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/ffilehdr.cpp b/sql/src/ffilehdr.cpp index 8c02e5e..35d8b68 100644 --- a/sql/src/ffilehdr.cpp +++ b/sql/src/ffilehdr.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Routines for accessing information in the database header. -// // Tabs: 3 // -// Copyright (c) 1995-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1995-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/filesys.h b/sql/src/filesys.h index 873e13e..a7dd1db 100644 --- a/sql/src/filesys.h +++ b/sql/src/filesys.h @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Various macros, prototypes, structures. -// // Tabs: 3 // -// Copyright (c) 1990-1993, 1995-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1990-1993, 1995-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/flaimsql.h b/sql/src/flaimsql.h index 5c0b024..ee705b4 100644 --- a/sql/src/flaimsql.h +++ b/sql/src/flaimsql.h @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: FLAIM SQL public definitions and interfaces -// // Tabs: 3 // -// Copyright (c) 2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2006-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/flaimsqltk.h b/sql/src/flaimsqltk.h index 484b066..4bdc457 100644 --- a/sql/src/flaimsqltk.h +++ b/sql/src/flaimsqltk.h @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: Placeholder for FLAIM's cross-platform toolkit public definitions // and interfaces -// // Tabs: 3 // -// Copyright (c) 2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2006-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/flaimsys.h b/sql/src/flaimsys.h index cc16b82..3af0485 100644 --- a/sql/src/flaimsys.h +++ b/sql/src/flaimsys.h @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: This is the master header file for FLAIM. It is included by nearly // all of the source files. -// // Tabs: 3 // -// Copyright (c) 1991-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1991-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/flbackup.cpp b/sql/src/flbackup.cpp index 6595891..b64fa52 100644 --- a/sql/src/flbackup.cpp +++ b/sql/src/flbackup.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Backup and restore Routines -// // Tabs: 3 // -// Copyright (c) 1999-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1999-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/flclose.cpp b/sql/src/flclose.cpp index 20e2a04..5b0985b 100644 --- a/sql/src/flclose.cpp +++ b/sql/src/flclose.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Contains the destructor for the F_Db object. -// // Tabs: 3 // -// Copyright (c) 1990-1992, 1995-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1990-1992, 1995-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/flconvrt.cpp b/sql/src/flconvrt.cpp index f56aa54..dd62aa3 100644 --- a/sql/src/flconvrt.cpp +++ b/sql/src/flconvrt.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Database upgrade routines. -// // Tabs: 3 // -// Copyright (c) 1999-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1999-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fldbglog.cpp b/sql/src/fldbglog.cpp index 586c1ff..b24d978 100644 --- a/sql/src/fldbglog.cpp +++ b/sql/src/fldbglog.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Contains the functions for debug logging. -// // Tabs: 3 // -// Copyright (c) 1999-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1999-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/flerror.cpp b/sql/src/flerror.cpp index ffb89c4..d5fc697 100644 --- a/sql/src/flerror.cpp +++ b/sql/src/flerror.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This file contains error routines that are used throughout FLAIM. -// // Tabs: 3 // -// Copyright (c) 1997-2000, 2002-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1997-2000, 2002-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/flgethdr.cpp b/sql/src/flgethdr.cpp index aecede6..e27cc42 100644 --- a/sql/src/flgethdr.cpp +++ b/sql/src/flgethdr.cpp @@ -2,25 +2,25 @@ // Desc: This file contains the flmGetHdrInfo routine -- a routine which // reads the header information from a FLAIM database, verifies it // and returns the header information in a structure. -// // Tabs: 3 // -// Copyright (c) 1991-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1991-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/flindex.cpp b/sql/src/flindex.cpp index 913f8b1..5541a3d 100644 --- a/sql/src/flindex.cpp +++ b/sql/src/flindex.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Contains FLAIM API routines that aid the user in managing indexes. -// // Tabs: 3 // -// Copyright (c) 2000-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2000-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/flkeyret.cpp b/sql/src/flkeyret.cpp index 3985d9f..1127164 100644 --- a/sql/src/flkeyret.cpp +++ b/sql/src/flkeyret.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This file contains the F_Db::keyRetrieve method. -// // Tabs: 3 // -// Copyright (c) 1998-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1998-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/flmstat.cpp b/sql/src/flmstat.cpp index 4e7f27a..ea50692 100644 --- a/sql/src/flmstat.cpp +++ b/sql/src/flmstat.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This file contains routines for updating FLAIM statistics. -// // Tabs: 3 // -// Copyright (c) 1997-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1997-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/flmstat.h b/sql/src/flmstat.h index b86668e..98b6166 100644 --- a/sql/src/flmstat.h +++ b/sql/src/flmstat.h @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: This include file contains the structure definitions and prototypes // needed to capture statistics. -// // Tabs: 3 // -// Copyright (c) 1997-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1997-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/flog.cpp b/sql/src/flog.cpp index 5bb559a..3e6d1d1 100644 --- a/sql/src/flog.cpp +++ b/sql/src/flog.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Contains routines for logging messages from within FLAIM. -// // Tabs: 3 // -// Copyright (c) 2001-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2001-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/flog.h b/sql/src/flog.h index ac7f3d4..69583ae 100644 --- a/sql/src/flog.h +++ b/sql/src/flog.h @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: This file contains the logging routines. They use the // IF_Logger_Client and IF_LogMessage_Client classes. -// // Tabs: 3 // -// Copyright (c) 2001-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2001-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/flreduce.cpp b/sql/src/flreduce.cpp index 36843c3..d7e8b9a 100644 --- a/sql/src/flreduce.cpp +++ b/sql/src/flreduce.cpp @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: Reduce the database size by move 'N' free blocks the the end of // the file and truncating the file. -// // Tabs: 3 // -// Copyright (c) 1992-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1992-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fltrabrt.cpp b/sql/src/fltrabrt.cpp index d2819bb..ea8ee95 100644 --- a/sql/src/fltrabrt.cpp +++ b/sql/src/fltrabrt.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Contains routines for aborting a transaction. -// // Tabs: 3 // -// Copyright (c) 1991-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1991-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fltrbeg.cpp b/sql/src/fltrbeg.cpp index 5247f92..aa91269 100644 --- a/sql/src/fltrbeg.cpp +++ b/sql/src/fltrbeg.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Contains routines for starting a transaction. -// // Tabs: 3 // -// Copyright (c) 1991, 1994-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1991, 1994-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fltrcmit.cpp b/sql/src/fltrcmit.cpp index f3d8366..8a55150 100644 --- a/sql/src/fltrcmit.cpp +++ b/sql/src/fltrcmit.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Contains routines for committing a transaction. -// // Tabs: 3 // -// Copyright (c) 1991-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1991-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fnumber.cpp b/sql/src/fnumber.cpp index 85bbe65..3678d1c 100644 --- a/sql/src/fnumber.cpp +++ b/sql/src/fnumber.cpp @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: Routines that do conversions between internal number and numeric // key format to platform number types. -// // Tabs: 3 // -// Copyright (c) 2002-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2002-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/frestore.cpp b/sql/src/frestore.cpp index 9b3d191..6bbb42b 100644 --- a/sql/src/frestore.cpp +++ b/sql/src/frestore.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Methods used during restore -// // Tabs: 3 // -// Copyright (c) 2001-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2001-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/frow.cpp b/sql/src/frow.cpp index 80bc8ae..d3e2c17 100644 --- a/sql/src/frow.cpp +++ b/sql/src/frow.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This is the row cache for FLAIM-SQL -// // Tabs: 3 // -// Copyright (c) 2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2006-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fsblk_u.cpp b/sql/src/fsblk_u.cpp index 4dcf733..1a83825 100644 --- a/sql/src/fsblk_u.cpp +++ b/sql/src/fsblk_u.cpp @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: Contains routines for handling blocks in the avail list - putting // blocks into the avail list and removing them from the avail list. -// // Tabs: 3 // -// Copyright (c) 1991-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1991-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fscursor.cpp b/sql/src/fscursor.cpp index a8fa73a..85671c2 100644 --- a/sql/src/fscursor.cpp +++ b/sql/src/fscursor.cpp @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: Cursor routines to get the complexity of the file system out // of the search code. -// // Tabs: 3 // -// Copyright (c) 2000-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2000-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fscursor.h b/sql/src/fscursor.h index 3a5158f..8072589 100644 --- a/sql/src/fscursor.h +++ b/sql/src/fscursor.h @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This is the header file that contains the FSIndexCursor class. -// // Tabs: 3 // -// Copyright (c) 2000-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2000-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fsdatacu.cpp b/sql/src/fsdatacu.cpp index 83f97a3..34cc857 100644 --- a/sql/src/fsdatacu.cpp +++ b/sql/src/fsdatacu.cpp @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: Cursor routines to get the complexity of the file system out // of the search code. -// // Tabs: 3 // -// Copyright (c) 2000-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2000-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fslfile.cpp b/sql/src/fslfile.cpp index ffc882c..d78bc2b 100644 --- a/sql/src/fslfile.cpp +++ b/sql/src/fslfile.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Routines for reading and writing logical file headers. -// // Tabs: 3 // -// Copyright (c) 1991-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1991-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fslfileu.cpp b/sql/src/fslfileu.cpp index 353163e..f12375b 100644 --- a/sql/src/fslfileu.cpp +++ b/sql/src/fslfileu.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Routines to perform dictionary updates. -// // Tabs: 3 // -// Copyright (c) 1991-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1991-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fsrefupd.cpp b/sql/src/fsrefupd.cpp index 3aff7c8..20ae6ff 100644 --- a/sql/src/fsrefupd.cpp +++ b/sql/src/fsrefupd.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Insert and delete keys in an index B-Tree. -// // Tabs: 3 // -// Copyright (c) 1991-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1991-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fstructs.h b/sql/src/fstructs.h index 4ce2197..04dfa8e 100644 --- a/sql/src/fstructs.h +++ b/sql/src/fstructs.h @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Various structures and classes used internally by FLAIM. -// // Tabs: 3 // -// Copyright (c) 1991-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1991-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fsysdata.cpp b/sql/src/fsysdata.cpp index bf72c1b..30e93e7 100644 --- a/sql/src/fsysdata.cpp +++ b/sql/src/fsysdata.cpp @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: This file contains the routines that initialize and shut down FLAIM, // as well as routines for configuring FLAIM. -// // Tabs: 3 // -// Copyright (c) 1995-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1995-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/funicode.cpp b/sql/src/funicode.cpp index e56ef19..ec42fa4 100644 --- a/sql/src/funicode.cpp +++ b/sql/src/funicode.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This file contains the Unicode conversion routines -// // Tabs: 3 // -// Copyright (c) 1999-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1999-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/fvector.cpp b/sql/src/fvector.cpp index 8274e8c..3179ab1 100644 --- a/sql/src/fvector.cpp +++ b/sql/src/fvector.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Contains the code for the F_DataVector class. -// // Tabs: 3 // -// Copyright (c) 2003-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2003-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/insertrow.cpp b/sql/src/insertrow.cpp index d3a6653..f0481f2 100644 --- a/sql/src/insertrow.cpp +++ b/sql/src/insertrow.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This module contains the routines for inserting a row into a table. -// // Tabs: 3 // -// Copyright (c) 2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2006-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/kybldkey.cpp b/sql/src/kybldkey.cpp index fe706a7..56c3ea0 100644 --- a/sql/src/kybldkey.cpp +++ b/sql/src/kybldkey.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Build from and until keys from a predicate -// // Tabs: 3 // -// Copyright (c) 1996-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1996-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/kybuild.cpp b/sql/src/kybuild.cpp index 09073d8..d703158 100644 --- a/sql/src/kybuild.cpp +++ b/sql/src/kybuild.cpp @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: This file contains the main routines for building of index keys, // and adding them to the database. -// // Tabs: 3 // -// Copyright (c) 1990-1992, 1994-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1990-1992, 1994-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/kycollat.cpp b/sql/src/kycollat.cpp index e38b27d..ef488d6 100644 --- a/sql/src/kycollat.cpp +++ b/sql/src/kycollat.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Index collation routines -// // Tabs: 3 // -// Copyright (c) 1991-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1991-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/kyeword.cpp b/sql/src/kyeword.cpp index ddcc2e8..3391a99 100644 --- a/sql/src/kyeword.cpp +++ b/sql/src/kyeword.cpp @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: This file contains the code to parse out individual words and // substrings in a text string. -// // Tabs: 3 // -// Copyright (c) 1990-2000, 2002-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1990-2000, 2002-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/kyqsort.cpp b/sql/src/kyqsort.cpp index 2c7720b..e11033e 100644 --- a/sql/src/kyqsort.cpp +++ b/sql/src/kyqsort.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Contains specific q-sort code to sort FLAIM's KREF structures. -// // Tabs: 3 // -// Copyright (c) 1990-2000, 2002-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1990-2000, 2002-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/kyunlock.cpp b/sql/src/kyunlock.cpp index c5ad363..6a9e8b0 100644 --- a/sql/src/kyunlock.cpp +++ b/sql/src/kyunlock.cpp @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: This file contains the routines to initialize and set up // structures for indexing. -// // Tabs: 3 // -// Copyright (c) 1992-2000, 2002-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1992-2000, 2002-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/opendatabase.cpp b/sql/src/opendatabase.cpp index 8b3fcb8..425c09c 100644 --- a/sql/src/opendatabase.cpp +++ b/sql/src/opendatabase.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Contains the F_DbSystem::openDatabase method. -// // Tabs: 3 // -// Copyright (c) 1990-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1990-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/recover.cpp b/sql/src/recover.cpp index a3e6d06..5a8d380 100644 --- a/sql/src/recover.cpp +++ b/sql/src/recover.cpp @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: Contains routines for recovering a database after // a failure. -// // Tabs: 3 // -// Copyright (c) 1991-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1991-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/rfl.cpp b/sql/src/rfl.cpp index 38c1364..dcacc2e 100644 --- a/sql/src/rfl.cpp +++ b/sql/src/rfl.cpp @@ -1,23 +1,23 @@ // Desc: This module contains routine for roll forward logging. -// // Tabs: 3 // -// Copyright (c) 1998-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1998-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/rfl.h b/sql/src/rfl.h index 39db386..bbe3557 100644 --- a/sql/src/rfl.h +++ b/sql/src/rfl.h @@ -1,25 +1,25 @@ //------------------------------------------------------------------------------ // Desc: This file contains structures and definitions used for roll // forward logging. -// // Tabs: 3 // -// Copyright (c) 1998-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1998-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/scache.cpp b/sql/src/scache.cpp index 12f872c..f0205d8 100644 --- a/sql/src/scache.cpp +++ b/sql/src/scache.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Block Cache routines -// // Tabs: 3 // -// Copyright (c) 1997-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1997-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/select.cpp b/sql/src/select.cpp index a82fffe..6f85f3d 100644 --- a/sql/src/select.cpp +++ b/sql/src/select.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This module contains the routines for inserting a row into a table. -// // Tabs: 3 // -// Copyright (c) 2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2006-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/sqleval.cpp b/sql/src/sqleval.cpp index 82f67d0..f9deff0 100644 --- a/sql/src/sqleval.cpp +++ b/sql/src/sqleval.cpp @@ -2,25 +2,26 @@ // Desc: Parse SQL // Tabs: 3 // -// Copyright (c) 2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2006-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ -//------------------------------------------------------------------------- +//------------------------------------------------------------------------------ #include "flaimsys.h" diff --git a/sql/src/sqloptimize.cpp b/sql/src/sqloptimize.cpp index bffb3a5..7798e9f 100644 --- a/sql/src/sqloptimize.cpp +++ b/sql/src/sqloptimize.cpp @@ -2,25 +2,26 @@ // Desc: Optimize an SQL query // Tabs: 3 // -// Copyright (c) 2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2006-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ -//------------------------------------------------------------------------- +//------------------------------------------------------------------------------ #include "flaimsys.h" diff --git a/sql/src/sqlquery.h b/sql/src/sqlquery.h index bf4e9c8..d47ee65 100644 --- a/sql/src/sqlquery.h +++ b/sql/src/sqlquery.h @@ -3,25 +3,26 @@ // ODBC in FLAIM. // Tabs: 3 // -// Copyright (c) 2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2006-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ -//------------------------------------------------------------------------- +//------------------------------------------------------------------------------ #ifndef FLAIMODBC_H #define FLAIMODBC_H diff --git a/sql/src/sqlstatement.cpp b/sql/src/sqlstatement.cpp index c46b6e9..6111b27 100644 --- a/sql/src/sqlstatement.cpp +++ b/sql/src/sqlstatement.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This module contains routines for parsing and executing SQL statements. -// // Tabs: 3 // -// Copyright (c) 2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2006-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/sqlstatement.h b/sql/src/sqlstatement.h index d983089..772bdea 100644 --- a/sql/src/sqlstatement.h +++ b/sql/src/sqlstatement.h @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This file contains SQL statement class. -// // Tabs: 3 // -// Copyright (c) 2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2006-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/translog.cpp b/sql/src/translog.cpp index 7e5b3a3..6ec5aaa 100644 --- a/sql/src/translog.cpp +++ b/sql/src/translog.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: Routines to handle transaction logging -// // Tabs: 3 // -// Copyright (c) 1991-2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 1991-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/updaterow.cpp b/sql/src/updaterow.cpp index 36a1f3a..c9d8423 100644 --- a/sql/src/updaterow.cpp +++ b/sql/src/updaterow.cpp @@ -1,24 +1,24 @@ //------------------------------------------------------------------------------ // Desc: This module contains the routines for inserting a row into a table. -// // Tabs: 3 // -// Copyright (c) 2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2006-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ //------------------------------------------------------------------------------ diff --git a/sql/src/whereclause.cpp b/sql/src/whereclause.cpp index fc6677e..e72be15 100644 --- a/sql/src/whereclause.cpp +++ b/sql/src/whereclause.cpp @@ -2,25 +2,26 @@ // Desc: Parse SQL // Tabs: 3 // -// Copyright (c) 2006 Novell, Inc. All Rights Reserved. +// Copyright (c) 2006-2007 Novell, Inc. All Rights Reserved. // -// This program is free software; you can redistribute it and/or -// modify it under the terms of version 2 of the GNU General Public -// License as published by the Free Software Foundation. +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; version 2.1 +// 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. +// This library 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 +// Library Lesser General Public License for more details. // -// You should have received a copy of the GNU General Public License -// along with this program; if not, contact Novell, Inc. +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, contact Novell, Inc. // -// To contact Novell about this file by physical or electronic mail, -// you may find current contact information at www.novell.com +// To contact Novell about this file by physical or electronic mail, +// you may find current contact information at www.novell.com. // // $Id$ -//------------------------------------------------------------------------- +//------------------------------------------------------------------------------ #include "flaimsys.h"