1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Updated/added copyright headers

This commit is contained in:
Kent Boortz
2011-06-30 17:46:53 +02:00
845 changed files with 2655 additions and 1371 deletions

View File

@ -1,4 +1,6 @@
/* Copyright (C) 2009 Sun Microsystems, Inc
/*
Copyright (c) 2009 Sun Microsystems, Inc.
Use is subject to license terms.
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
@ -28,4 +30,4 @@ int main()
{
int a;
return ptr_f(&a);
}
}