diff options
Diffstat (limited to 'ports/sysdeps/alpha/alphaev67')
-rw-r--r-- | ports/sysdeps/alpha/alphaev67/ffs.S | 5 | ||||
-rw-r--r-- | ports/sysdeps/alpha/alphaev67/ffsll.S | 5 | ||||
-rw-r--r-- | ports/sysdeps/alpha/alphaev67/rawmemchr.S | 5 | ||||
-rw-r--r-- | ports/sysdeps/alpha/alphaev67/stpcpy.S | 5 | ||||
-rw-r--r-- | ports/sysdeps/alpha/alphaev67/stpncpy.S | 5 | ||||
-rw-r--r-- | ports/sysdeps/alpha/alphaev67/strcat.S | 5 | ||||
-rw-r--r-- | ports/sysdeps/alpha/alphaev67/strchr.S | 5 | ||||
-rw-r--r-- | ports/sysdeps/alpha/alphaev67/strlen.S | 5 | ||||
-rw-r--r-- | ports/sysdeps/alpha/alphaev67/strncat.S | 5 | ||||
-rw-r--r-- | ports/sysdeps/alpha/alphaev67/strrchr.S | 5 |
10 files changed, 20 insertions, 30 deletions
diff --git a/ports/sysdeps/alpha/alphaev67/ffs.S b/ports/sysdeps/alpha/alphaev67/ffs.S index fb1cdd932..36215485b 100644 --- a/ports/sysdeps/alpha/alphaev67/ffs.S +++ b/ports/sysdeps/alpha/alphaev67/ffs.S @@ -12,9 +12,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/>. */ /* Finds the first bit set in an integer. */ diff --git a/ports/sysdeps/alpha/alphaev67/ffsll.S b/ports/sysdeps/alpha/alphaev67/ffsll.S index 72ef09418..77ef7d5dc 100644 --- a/ports/sysdeps/alpha/alphaev67/ffsll.S +++ b/ports/sysdeps/alpha/alphaev67/ffsll.S @@ -12,9 +12,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/>. */ /* Finds the first bit set in a long. */ diff --git a/ports/sysdeps/alpha/alphaev67/rawmemchr.S b/ports/sysdeps/alpha/alphaev67/rawmemchr.S index 8c7e9423b..d3b1bf5d6 100644 --- a/ports/sysdeps/alpha/alphaev67/rawmemchr.S +++ b/ports/sysdeps/alpha/alphaev67/rawmemchr.S @@ -12,9 +12,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/>. */ /* Return pointer to first occurrence of CH in STR. */ diff --git a/ports/sysdeps/alpha/alphaev67/stpcpy.S b/ports/sysdeps/alpha/alphaev67/stpcpy.S index b5da4e05d..dc2dd81a2 100644 --- a/ports/sysdeps/alpha/alphaev67/stpcpy.S +++ b/ports/sysdeps/alpha/alphaev67/stpcpy.S @@ -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/>. */ /* Copy SRC to DEST returning the address of the terminating 0 in DEST. */ diff --git a/ports/sysdeps/alpha/alphaev67/stpncpy.S b/ports/sysdeps/alpha/alphaev67/stpncpy.S index 4d61d7131..2402ae5b0 100644 --- a/ports/sysdeps/alpha/alphaev67/stpncpy.S +++ b/ports/sysdeps/alpha/alphaev67/stpncpy.S @@ -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/>. */ /* Copy no more then N bytes from SRC to DEST, returning the address of the terminating '\0' in DEST. */ diff --git a/ports/sysdeps/alpha/alphaev67/strcat.S b/ports/sysdeps/alpha/alphaev67/strcat.S index ae7c48808..48ef9d72a 100644 --- a/ports/sysdeps/alpha/alphaev67/strcat.S +++ b/ports/sysdeps/alpha/alphaev67/strcat.S @@ -14,9 +14,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/>. */ /* Append a null-terminated string from SRC to DST. */ diff --git a/ports/sysdeps/alpha/alphaev67/strchr.S b/ports/sysdeps/alpha/alphaev67/strchr.S index 101c7d489..f9eaf7b96 100644 --- a/ports/sysdeps/alpha/alphaev67/strchr.S +++ b/ports/sysdeps/alpha/alphaev67/strchr.S @@ -14,9 +14,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/>. */ /* Return the address of a given character within a null-terminated string, or null if it is not found. */ diff --git a/ports/sysdeps/alpha/alphaev67/strlen.S b/ports/sysdeps/alpha/alphaev67/strlen.S index b83eaccea..5705f2d09 100644 --- a/ports/sysdeps/alpha/alphaev67/strlen.S +++ b/ports/sysdeps/alpha/alphaev67/strlen.S @@ -14,9 +14,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/>. */ /* Finds length of a 0-terminated string. */ diff --git a/ports/sysdeps/alpha/alphaev67/strncat.S b/ports/sysdeps/alpha/alphaev67/strncat.S index ae3257ca4..e35412867 100644 --- a/ports/sysdeps/alpha/alphaev67/strncat.S +++ b/ports/sysdeps/alpha/alphaev67/strncat.S @@ -14,9 +14,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/>. */ /* Append no more than COUNT characters from the null-terminated string SRC to the null-terminated string DST. Always null-terminate the new DST. */ diff --git a/ports/sysdeps/alpha/alphaev67/strrchr.S b/ports/sysdeps/alpha/alphaev67/strrchr.S index c46a3df4f..3aa6b23dc 100644 --- a/ports/sysdeps/alpha/alphaev67/strrchr.S +++ b/ports/sysdeps/alpha/alphaev67/strrchr.S @@ -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/>. */ /* Return the address of the last occurrence of a given character within a null-terminated string, or null if it is not found. */ |