diff options
author | Murthy Narkedimilli <murthy.narkedimilli@oracle.com> | 2013-06-10 22:29:41 +0200 |
---|---|---|
committer | Murthy Narkedimilli <murthy.narkedimilli@oracle.com> | 2013-06-10 22:29:41 +0200 |
commit | cf2d852653de1d8ae67b94ce0cc41c27116fd688 (patch) | |
tree | 83aeaa94ffd927c93d2afc0cc73190324a9cdfce /storage/innobase/os | |
parent | 7a620d77cd5a010f746f2c2debde6e3f3b62319d (diff) | |
download | mariadb-git-cf2d852653de1d8ae67b94ce0cc41c27116fd688.tar.gz |
Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS
Diffstat (limited to 'storage/innobase/os')
-rw-r--r-- | storage/innobase/os/os0proc.c | 4 | ||||
-rw-r--r-- | storage/innobase/os/os0sync.c | 4 | ||||
-rw-r--r-- | storage/innobase/os/os0thread.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/storage/innobase/os/os0proc.c b/storage/innobase/os/os0proc.c index 68321e1aaf9..0c4c5a9f8ff 100644 --- a/storage/innobase/os/os0proc.c +++ b/storage/innobase/os/os0proc.c @@ -11,8 +11,8 @@ 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., 59 Temple -Place, Suite 330, Boston, MA 02111-1307 USA +this program; if not, write to the Free Software Foundation, Inc., +51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA *****************************************************************************/ diff --git a/storage/innobase/os/os0sync.c b/storage/innobase/os/os0sync.c index 41a19843812..3a182692da3 100644 --- a/storage/innobase/os/os0sync.c +++ b/storage/innobase/os/os0sync.c @@ -11,8 +11,8 @@ 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., 59 Temple -Place, Suite 330, Boston, MA 02111-1307 USA +this program; if not, write to the Free Software Foundation, Inc., +51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA *****************************************************************************/ diff --git a/storage/innobase/os/os0thread.c b/storage/innobase/os/os0thread.c index 12b6805d98e..030521aa30b 100644 --- a/storage/innobase/os/os0thread.c +++ b/storage/innobase/os/os0thread.c @@ -11,8 +11,8 @@ 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., 59 Temple -Place, Suite 330, Boston, MA 02111-1307 USA +this program; if not, write to the Free Software Foundation, Inc., +51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA *****************************************************************************/ |