summaryrefslogtreecommitdiff
path: root/include/welcome_copyright_notice.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2012-01-13 15:50:02 +0100
committerSergei Golubchik <sergii@pisem.net>2012-01-13 15:50:02 +0100
commit4f435bddfd44d40999f88685c61cc04e319d8d6c (patch)
treef9d0655a0d901b87f918a736741144b502cba3f6 /include/welcome_copyright_notice.h
parent8c2bcdf85ff753bceeb5b235f3605e348e6f9e1d (diff)
parent6ca4ca7d37fed3b3da18666768de6a2f8c34bc7b (diff)
downloadmariadb-git-4f435bddfd44d40999f88685c61cc04e319d8d6c.tar.gz
5.3 merge
Diffstat (limited to 'include/welcome_copyright_notice.h')
-rw-r--r--include/welcome_copyright_notice.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/welcome_copyright_notice.h b/include/welcome_copyright_notice.h
index 26c2bb2b097..9e40c17efca 100644
--- a/include/welcome_copyright_notice.h
+++ b/include/welcome_copyright_notice.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+/* Copyright (c) 2011, Oracle and/or its affiliates.
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
@@ -21,10 +21,6 @@
program on start, or on help screen.
*/
#define ORACLE_WELCOME_COPYRIGHT_NOTICE(years) \
- "Copyright (c) " years ", Oracle and/or its affiliates.\n" \
- "2009-2011 Monty Program Ab\n" \
- "\n" \
- "This software comes with ABSOLUTELY NO WARRANTY. This is free software,\n" \
- "and you are welcome to modify and redistribute it under the GPL license\n"
+ "Copyright (c) " years ", Oracle, Monty Program Ab and others.\n"
#endif /* _welcome_copyright_notice_h_ */