Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

Commit

Permalink
Correct contributor information
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Waterman committed Oct 28, 2016
1 parent 36c319c commit f02ec12
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 9 deletions.
2 changes: 1 addition & 1 deletion sysdeps/riscv/atomic-machine.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Low-level functions for atomic operations. RISC-V version.
Copyright (C) 2011-2016 Free Software Foundation, Inc.
Contributed by Andrew Waterman (waterman@cs.berkeley.edu) at UC Berkeley.
Contributed by Andrew Waterman (andrew@sifive.com).
This file is part of the GNU C Library.
Expand Down
4 changes: 2 additions & 2 deletions sysdeps/riscv/memset.S
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Copyright (C) 2014 Free Software Foundation, Inc.
Contributed by Andrew Waterman (waterman@cs.berkeley.edu) at UC Berkeley.
/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
Contributed by Andrew Waterman (andrew@sifive.com).
This file is part of the GNU C Library.

The GNU C Library is free software; you can redistribute it and/or
Expand Down
18 changes: 17 additions & 1 deletion sysdeps/riscv/strcmp.S
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# Artisanally coded in California by A. Shell Waterman
/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
Contributed by Andrew Waterman (andrew@sifive.com).
This file is part of the GNU C Library.

The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library. If not, see
<http://www.gnu.org/licenses/>. */

#include <sysdep.h>
#include <sys/asm.h>
Expand Down
9 changes: 4 additions & 5 deletions sysdeps/unix/sysv/linux/riscv/sysdep.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Copyright (C) 2015 Free Software Foundation, Inc.
/* Copyright (C) 2011-2016 Free Software Foundation, Inc.
Contributed by Andrew Waterman (andrew@sifive.com).
This file is part of the GNU C Library.
Contributed by Andrew Waterman (waterman@cs.berkeley.edu).
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Expand All @@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
License along with the GNU C Library. If not, see
<http://www.gnu.org/licenses/>. */

#include <sysdep.h>
#include <errno.h>
Expand Down

0 comments on commit f02ec12

Please sign in to comment.