List:Commits« Previous MessageNext Message »
From:Alexey Botchkov Date:August 25 2010 2:47pm
Subject:bzr commit into mysql-5.5-bugfixing branch (holyfoot:3195) Bug#54906
View as plain text  
#At file:///home/hf/work/54906/ based on revid:alfranio.correia@stripped

 3195 Alexey Botchkov	2010-08-25
      Bug#54906      Inconsistent license of libmysqld
             made libmysqld/Makefile.am to have same licence as libmysqld/CMakeLists.txt
      
      per-file comments:
        libmysqld/Makefile.am
      Bug#54906      Inconsistent license of libmysqld
              Added GPL license header instead of Library GPL.

    modified:
      libmysqld/Makefile.am
=== modified file 'libmysqld/Makefile.am'
--- a/libmysqld/Makefile.am	2010-08-18 11:29:04 +0000
+++ b/libmysqld/Makefile.am	2010-08-25 14:45:25 +0000
@@ -1,21 +1,17 @@
-# Copyright (C) 2001-2006 MySQL AB
+# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
 # 
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Library General Public
-# License as published by the Free Software Foundation; version 2
-# of the License.
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
 # 
-# This library is distributed in the hope that it will be useful,
+# 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
-# Library General Public License for more details.
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
 # 
-# You should have received a copy of the GNU Library General Public
-# License along with this library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-# MA 02111-1307, USA
-#
-# This file is public domain and comes with NO WARRANTY of any kind
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 MYSQLDATAdir =		$(localstatedir)
 MYSQLSHAREdir =		$(pkgdatadir)


Attachment: [text/bzr-bundle] bzr/holyfoot@mysql.com-20100825144525-i7hh13dn3zv3rg22.bundle
Thread
bzr commit into mysql-5.5-bugfixing branch (holyfoot:3195) Bug#54906Alexey Botchkov25 Aug