diff options
Diffstat (limited to 'ldso/ldso/bfin')
-rw-r--r-- | ldso/ldso/bfin/dl-startup.h | 5 | ||||
-rw-r--r-- | ldso/ldso/bfin/dl-syscalls.h | 5 | ||||
-rw-r--r-- | ldso/ldso/bfin/elfinterp.c | 5 | ||||
-rw-r--r-- | ldso/ldso/bfin/resolve.S | 5 |
4 files changed, 8 insertions, 12 deletions
diff --git a/ldso/ldso/bfin/dl-startup.h b/ldso/ldso/bfin/dl-startup.h index cb39112ef..436f545af 100644 --- a/ldso/ldso/bfin/dl-startup.h +++ b/ldso/ldso/bfin/dl-startup.h @@ -14,9 +14,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Lesser General Public -License along with uClibc; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, -USA. */ +License along with uClibc; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ /* Any assembly language/system dependent hacks needed to setup * boot1.c so it will work as expected and cope with whatever platform diff --git a/ldso/ldso/bfin/dl-syscalls.h b/ldso/ldso/bfin/dl-syscalls.h index 29a451498..bfe352001 100644 --- a/ldso/ldso/bfin/dl-syscalls.h +++ b/ldso/ldso/bfin/dl-syscalls.h @@ -14,9 +14,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Lesser General Public -License along with uClibc; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, -USA. */ +License along with uClibc; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ #ifdef __NR_sram_alloc #define __NR__dl_sram_alloc __NR_sram_alloc diff --git a/ldso/ldso/bfin/elfinterp.c b/ldso/ldso/bfin/elfinterp.c index 20966fc2b..4e1c1c75f 100644 --- a/ldso/ldso/bfin/elfinterp.c +++ b/ldso/ldso/bfin/elfinterp.c @@ -20,9 +20,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Lesser General Public -License along with uClibc; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, -USA. */ +License along with uClibc; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ #include <sys/cdefs.h> /* __attribute_used__ */ diff --git a/ldso/ldso/bfin/resolve.S b/ldso/ldso/bfin/resolve.S index ae7f4a4c5..4ac12c36c 100644 --- a/ldso/ldso/bfin/resolve.S +++ b/ldso/ldso/bfin/resolve.S @@ -14,9 +14,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Lesser General Public -License along with uClibc; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, -USA. */ +License along with uClibc; see the file COPYING.LIB. If not, see +<http://www.gnu.org/licenses/>. */ /* The function below is tail-called by resolver stubs when a lazily-bound function is called. It must preserve all |