diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-08-16 10:46:21 +0400 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-08-16 10:46:21 +0400 |
commit | 9c41a9909a1fa28625adc5625ef21bec1401ee2f (patch) | |
tree | 7ae25fb68988704b083ecd1c2f3f58efc97f4672 /support-files | |
parent | 496e1fb46c2992bfdf21053e496fb5c759aedb22 (diff) | |
parent | 2585da55ac33a90652573dc11188c77d43e26ca4 (diff) | |
download | mariadb-git-9c41a9909a1fa28625adc5625ef21bec1401ee2f.tar.gz |
Auto-merge from mysql-5.5.
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/support-files/CMakeLists.txt b/support-files/CMakeLists.txt index 72c4d1ab2d0..ef676c8ee2a 100644 --- a/support-files/CMakeLists.txt +++ b/support-files/CMakeLists.txt @@ -1,17 +1,17 @@ -# Copyright (C) 2009 Sun Microsystems, Inc +# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA IF(WIN32) SET(localstatedir "C:\\mysql\\data") |