mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-161 updated the copyright notices.
X-SVN-Rev: 605
This commit is contained in:
parent
312732852e
commit
5bafb278d2
34 changed files with 72 additions and 12 deletions
|
@ -1,3 +1,5 @@
|
|||
/* Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
others. All Rights Reserved. */
|
||||
/* Define to signed char if not in <sys/types.h> */
|
||||
#undef int8_t
|
||||
|
||||
|
|
2
icu4c/source/aclocal.m4
vendored
2
icu4c/source/aclocal.m4
vendored
|
@ -1,4 +1,6 @@
|
|||
dnl aclocal.m4 for ICU
|
||||
dnl Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
dnl others. All Rights Reserved.
|
||||
dnl Stephen F. Booth
|
||||
|
||||
dnl @TOP@
|
||||
|
|
3
icu4c/source/config.guess
vendored
3
icu4c/source/config.guess
vendored
|
@ -36,6 +36,9 @@
|
|||
# Only a few systems have been added to this list; please add others
|
||||
# (but try to keep the structure clean).
|
||||
#
|
||||
#
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
# Use $HOST_CC if defined. $CC may point to a cross-compiler
|
||||
if test x"$CC_FOR_BUILD" = x; then
|
||||
|
|
3
icu4c/source/config.sub
vendored
3
icu4c/source/config.sub
vendored
|
@ -44,6 +44,9 @@
|
|||
# or in some cases, the newer four-part form:
|
||||
# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
|
||||
# It is wrong to echo any other type of specification.
|
||||
#
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
if [ x$1 = x ]
|
||||
then
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
## -*-makefile-*-
|
||||
## Aix-specific setup (for xlC)
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Commands to generate dependency files
|
||||
GEN_DEPS.c= $(CC) -E -M $(DEFS) $(CPPFLAGS)
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
## -*-makefile-*-
|
||||
## FreeBSD-specific setup
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Commands to generate dependency files
|
||||
GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
## -*-makefile-*-
|
||||
## HP/UX-specific setup using aCC
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Commands to generate dependency files
|
||||
GEN_DEPS.c= :
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
## -*-makefile-*-
|
||||
## HP/UX-specific setup using CC
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Commands to generate dependency files
|
||||
GEN_DEPS.c= :
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
## -*-makefile-*-
|
||||
## IRIX-specific setup (for CC)
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
|
||||
## Commands to generate dependency files
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
## -*-makefile-*-
|
||||
## Linux-specific setup
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Commands to generate dependency files
|
||||
GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
## -*-makefile-*-
|
||||
## 390-specific setup
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
###################################################################
|
||||
# IMPORTANT NOTE #
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
## -*-makefile-*-
|
||||
## Solaris-specific setup using Sun's workshop compilers
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Commands to generate dependency files
|
||||
GEN_DEPS.c= $(CC) -xM $(DEFS) $(CPPFLAGS)
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
## -*-makefile-*-
|
||||
## Solaris-specific setup using gcc
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Commands to generate dependency files
|
||||
GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS)
|
||||
|
|
3
icu4c/source/configure
vendored
3
icu4c/source/configure
vendored
|
@ -6,6 +6,9 @@
|
|||
#
|
||||
# This configure script is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy, distribute and modify it.
|
||||
#
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
# Defaults:
|
||||
ac_help=
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
dnl -*-m4-*-
|
||||
dnl configure.in for ICU
|
||||
dnl Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
dnl others. All Rights Reserved.
|
||||
dnl Stephen F. Booth
|
||||
|
||||
dnl Process this file with autoconf to produce a configure script
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
## Makefile.in for ICU samples
|
||||
## Stephen F. Booth
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Shell to use
|
||||
SHELL = @SHELL@
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
## Makefile.in for ICU - samples/XMLConverter
|
||||
## Madhu Katragadda
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Shell to use
|
||||
SHELL = @SHELL@
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
## Makefile.in for ICU - samples/cal
|
||||
## Stephen F. Booth
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Shell to use
|
||||
SHELL = @SHELL@
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
## Makefile.in for ICU - samples/date
|
||||
## Stephen F. Booth
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Shell to use
|
||||
SHELL = @SHELL@
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
## Makefile.in for ICU tests
|
||||
## Stephen F. Booth
|
||||
## Copyright (c) 1999, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
|
||||
## Shell to use
|
||||
SHELL = @SHELL@
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
## Makefile.in for ICU - test/cintltst
|
||||
## Stephen F. Booth
|
||||
## Copyright (c) 1999, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Shell to use
|
||||
SHELL = @SHELL@
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#
|
||||
# Copyright (C) 1999-2000 IBM, Inc. and others
|
||||
# Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
# others. All Rights Reserved.
|
||||
#
|
||||
#
|
||||
# THE PURPOSE OF THIS TEST
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
## Makefile.in for ICU - test/ieeetest
|
||||
## Stephen F. Booth
|
||||
## Copyright (c) 1999, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Shell to use
|
||||
SHELL = @SHELL@
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
## Makefile.in for ICU - test/intltest
|
||||
## Stephen F. Booth
|
||||
## Copyright (c) 1999, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Shell to use
|
||||
SHELL = @SHELL@
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
## Makefile.in for ICU tools
|
||||
## Stephen F. Booth
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Shell to use
|
||||
SHELL = @SHELL@
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
## Makefile.in for ICU - tools/ctestfw
|
||||
## Copyright (c) 1999, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
## Stephen F. Booth
|
||||
|
||||
## Shell to use
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
## Makefile.in for ICU - tools/genccode
|
||||
## Copyright (c) 1999, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
## Steven R. Loomi
|
||||
|
||||
## Shell to use
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
## Makefile.in for ICU - tools/gencmn
|
||||
## Copyright (c) 1999, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
## Steven R. Loomi
|
||||
|
||||
## Shell to use
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
## Makefile.in for ICU - tools/gencnval
|
||||
## Copyright (c) 1999, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
## Steven R. Loomi
|
||||
|
||||
## Shell to use
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
## Makefile.in for ICU - tools/gencol
|
||||
## Stephen F. Booth
|
||||
## Copyright (c) 1999, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Shell to use
|
||||
SHELL = @SHELL@
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
## Makefile.in for ICU - tools/gennames
|
||||
## Copyright (c) 1999, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
## Steven R. Loomi
|
||||
|
||||
## Shell to use
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
## Makefile.in for ICU - tools/genprops
|
||||
## Copyright (c) 1999, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
## Steven R. Loomis
|
||||
|
||||
## Shell to use
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
## Makefile.in for ICU - tools/genrb
|
||||
## Stephen F. Booth
|
||||
## Copyright (c) 1999, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Shell to use
|
||||
SHELL = @SHELL@
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
## Makefile.in for ICU - tools/gentz
|
||||
## Copyright (c) 1999, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
## Steven R. Loomi
|
||||
|
||||
## Shell to use
|
||||
|
|
Loading…
Add table
Reference in a new issue