summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMySQL Build Team <mysql-build@oss.oracle.com>2012-02-16 10:48:16 +0100
committerMySQL Build Team <mysql-build@oss.oracle.com>2012-02-16 10:48:16 +0100
commit5734bae576d9bd34cc36520adeee410312a89f15 (patch)
tree0553c9290e2fcf4fd2016bd65932bae8630aaeb9 /scripts
parent0a53dd8eae6662b4777b33bca936dde35f117048 (diff)
parent79535de2068ea4ed3d2c4328dd8637a529dd6b7a (diff)
downloadmariadb-git-5734bae576d9bd34cc36520adeee410312a89f15.tar.gz
Updated/added copyright headers
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysql_install_db.pl.in2
-rw-r--r--scripts/mysql_install_db.sh3
2 files changed, 2 insertions, 3 deletions
diff --git a/scripts/mysql_install_db.pl.in b/scripts/mysql_install_db.pl.in
index 7bc1e97e7be..c63da6df537 100644
--- a/scripts/mysql_install_db.pl.in
+++ b/scripts/mysql_install_db.pl.in
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# -*- cperl -*-
#
-# Copyright (C) 2007 MySQL AB
+# Copyright (c) 2007, 2011, 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
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
index 88b0823482f..96f82198d3a 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -1,6 +1,5 @@
#!/bin/sh
-# Copyright (c) 2000-2008 MySQL AB, 2009, 2010 Sun Microsystems, Inc.
-# Use is subject to license terms.
+# Copyright (c) 2000, 2011, 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