Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
4e8bb265
Commit
4e8bb265
authored
Feb 28, 2012
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright notices
parent
ec89275d
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
15 additions
and
5 deletions
+15
-5
mysys/my_access.c
mysys/my_access.c
+1
-0
mysys/thr_alarm.c
mysys/thr_alarm.c
+1
-0
sql/mysqld.cc
sql/mysqld.cc
+1
-1
sql/net_serv.cc
sql/net_serv.cc
+1
-0
sql/scheduler.cc
sql/scheduler.cc
+1
-0
sql/scheduler.h
sql/scheduler.h
+1
-0
sql/sql_class.cc
sql/sql_class.cc
+1
-1
sql/sql_class.h
sql/sql_class.h
+1
-1
sql/sql_client.cc
sql/sql_client.cc
+1
-0
sql/sql_connect.cc
sql/sql_connect.cc
+1
-1
sql/sql_parse.cc
sql/sql_parse.cc
+1
-1
sql/sys_vars.cc
sql/sys_vars.cc
+1
-0
vio/vio.c
vio/vio.c
+1
-0
vio/vio_priv.h
vio/vio_priv.h
+1
-0
vio/viosocket.c
vio/viosocket.c
+1
-0
No files found.
mysys/my_access.c
View file @
4e8bb265
/* Copyright (C) 2000 MySQL AB
Copyright (c) 2012, Monty Program Ab
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
...
...
mysys/thr_alarm.c
View file @
4e8bb265
/*
Copyright (c) 2000, 2011, Oracle and/or its affiliates
Copyright (c) 2012, Monty Program Ab
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
...
...
sql/mysqld.cc
View file @
4e8bb265
/* Copyright (c) 2000, 2011, Oracle and/or its affiliates.
Copyright (c) 2008-201
1
Monty Program Ab
Copyright (c) 2008-201
2
Monty Program Ab
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
...
...
sql/net_serv.cc
View file @
4e8bb265
/* Copyright (c) 2000, 2011, Oracle and/or its affiliates.
Copyright (c) 2012, Monty Program Ab
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
...
...
sql/scheduler.cc
View file @
4e8bb265
/* Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2012, Monty Program Ab
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
...
...
sql/scheduler.h
View file @
4e8bb265
...
...
@@ -2,6 +2,7 @@
#define SCHEDULER_INCLUDED
/* Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2012, Monty Program Ab
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
...
...
sql/sql_class.cc
View file @
4e8bb265
/*
Copyright (c) 2000, 2011, Oracle and/or its affiliates.
Copyright (c) 2008-201
1
Monty Program Ab
Copyright (c) 2008-201
2
Monty Program Ab
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
...
...
sql/sql_class.h
View file @
4e8bb265
/*
Copyright (c) 2000, 2011, Oracle and/or its affiliates.
2009-2011
Monty Program Ab
Copyright (c) 2009-2012,
Monty Program Ab
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
...
...
sql/sql_client.cc
View file @
4e8bb265
/* Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2012, Monty Program Ab
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
...
...
sql/sql_connect.cc
View file @
4e8bb265
/*
Copyright (c) 2007, 2011, Oracle and/or its affiliates.
Copyright (c) 2008-201
1
Monty Program Ab
Copyright (c) 2008-201
2
Monty Program Ab
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
...
...
sql/sql_parse.cc
View file @
4e8bb265
/*
Copyright (c) 2000, 2011, Oracle and/or its affiliates.
Copyright (c) 2008-201
1
Monty Program Ab
Copyright (c) 2008-201
2
Monty Program Ab
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
...
...
sql/sys_vars.cc
View file @
4e8bb265
/* Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2012, Monty Program Ab
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
...
...
vio/vio.c
View file @
4e8bb265
/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2012, Monty Program Ab
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
...
...
vio/vio_priv.h
View file @
4e8bb265
...
...
@@ -2,6 +2,7 @@
#define VIO_PRIV_INCLUDED
/* Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2012, Monty Program Ab
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
...
...
vio/viosocket.c
View file @
4e8bb265
/*
Copyright (c) 2001, 2011, Oracle and/or its affiliates
Copyright (c) 2012, Monty Program Ab
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment