Index: ossp-pkg/mm/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/mm/ChangeLog,v rcsdiff -q -kk '-r1.60' '-r1.61' -u '/v/ossp/cvs/ossp-pkg/mm/ChangeLog,v' 2>/dev/null --- ChangeLog 2006/11/20 19:52:14 1.60 +++ ChangeLog 2007/01/01 18:26:34 1.61 @@ -9,6 +9,11 @@ ChangeLog ========= + Changes between 1.4.2 and 1.4.3 (15-Aug-2006 to 01-Jan-2007) + + *) Updated all copyright messages for year 2007. + [Ralf S. Engelschall] + Changes between 1.4.1 and 1.4.2 (10-Aug-2006 to 15-Aug-2006) *) Support the LDFLAGS and LIBS variables in Makefile. Index: ossp-pkg/mm/LICENSE RCS File: /v/ossp/cvs/ossp-pkg/mm/LICENSE,v rcsdiff -q -kk '-r1.9' '-r1.10' -u '/v/ossp/cvs/ossp-pkg/mm/LICENSE,v' 2>/dev/null --- LICENSE 2006/08/10 19:00:32 1.9 +++ LICENSE 2007/01/01 18:26:34 1.10 @@ -1,7 +1,7 @@ ==================================================================== - Copyright (c) 1999-2006 Ralf S. Engelschall - Copyright (c) 1999-2006 The OSSP Project + Copyright (c) 1999-2007 Ralf S. Engelschall + Copyright (c) 1999-2007 The OSSP Project Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions Index: ossp-pkg/mm/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/mm/Makefile.in,v rcsdiff -q -kk '-r1.37' '-r1.38' -u '/v/ossp/cvs/ossp-pkg/mm/Makefile.in,v' 2>/dev/null --- Makefile.in 2006/11/20 19:52:14 1.37 +++ Makefile.in 2007/01/01 18:26:34 1.38 @@ -1,6 +1,6 @@ ## ==================================================================== -## Copyright (c) 1999-2006 Ralf S. Engelschall -## Copyright (c) 1999-2006 The OSSP Project +## Copyright (c) 1999-2007 Ralf S. Engelschall +## Copyright (c) 1999-2007 The OSSP Project ## ## Redistribution and use in source and binary forms, with or without ## modification, are permitted provided that the following conditions Index: ossp-pkg/mm/README RCS File: /v/ossp/cvs/ossp-pkg/mm/README,v rcsdiff -q -kk '-r1.85' '-r1.86' -u '/v/ossp/cvs/ossp-pkg/mm/README,v' 2>/dev/null --- README 2006/08/15 07:04:19 1.85 +++ README 2007/01/01 18:26:34 1.86 @@ -5,8 +5,8 @@ |_|_|_| \___/|____/____/|_| |_| |_| |_|_| |_| |_| OSSP mm - Shared Memory Allocation - Copyright (c) 1999-2006 Ralf S. Engelschall - Copyright (c) 1999-2006 The OSSP Project + Copyright (c) 1999-2007 Ralf S. Engelschall + Copyright (c) 1999-2007 The OSSP Project Version 1.4.2 (15-Aug-2006) OSSP mm is a 2-layer abstraction library which simplifies the usage of Index: ossp-pkg/mm/aclocal.m4 RCS File: /v/ossp/cvs/ossp-pkg/mm/aclocal.m4,v rcsdiff -q -kk '-r1.31' '-r1.32' -u '/v/ossp/cvs/ossp-pkg/mm/aclocal.m4,v' 2>/dev/null --- aclocal.m4 2006/08/10 19:00:33 1.31 +++ aclocal.m4 2007/01/01 18:26:34 1.32 @@ -1,6 +1,6 @@ ## ==================================================================== -## Copyright (c) 1999-2006 Ralf S. Engelschall -## Copyright (c) 1999-2006 The OSSP Project +## Copyright (c) 1999-2007 Ralf S. Engelschall +## Copyright (c) 1999-2007 The OSSP Project ## ## Redistribution and use in source and binary forms, with or without ## modification, are permitted provided that the following conditions Index: ossp-pkg/mm/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/mm/configure.ac,v rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-pkg/mm/configure.ac,v' 2>/dev/null --- configure.ac 2006/08/10 19:00:33 1.8 +++ configure.ac 2007/01/01 18:26:34 1.9 @@ -1,6 +1,6 @@ ## ==================================================================== -## Copyright (c) 1999-2006 Ralf S. Engelschall -## Copyright (c) 1999-2006 The OSSP Project +## Copyright (c) 1999-2007 Ralf S. Engelschall +## Copyright (c) 1999-2007 The OSSP Project ## ## Redistribution and use in source and binary forms, with or without ## modification, are permitted provided that the following conditions @@ -64,8 +64,8 @@ dnl # friendly header ;-) echo "Configuring ${T_MD}OSSP mm${T_ME} (Shared Memory Allocation), Version ${T_MD}${MM_VERSION_STR}${T_ME}" -echo "Copyright (c) 1999-2006 Ralf S. Engelschall " -echo "Copyright (c) 1999-2006 The OSSP Project " +echo "Copyright (c) 1999-2007 Ralf S. Engelschall " +echo "Copyright (c) 1999-2007 The OSSP Project " echo "Platform: ${T_MD}${PLATFORM}${T_ME}" dnl # Index: ossp-pkg/mm/mm-config.in RCS File: /v/ossp/cvs/ossp-pkg/mm/mm-config.in,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/mm/mm-config.in,v' 2>/dev/null --- mm-config.in 2006/08/10 19:07:30 1.14 +++ mm-config.in 2007/01/01 18:26:34 1.15 @@ -3,8 +3,8 @@ ## mm-config -- MM library build configuration utility ## ## ==================================================================== -## Copyright (c) 1999-2006 Ralf S. Engelschall -## Copyright (c) 1999-2006 The OSSP Project +## Copyright (c) 1999-2007 Ralf S. Engelschall +## Copyright (c) 1999-2007 The OSSP Project ## ## Redistribution and use in source and binary forms, with or without ## modification, are permitted provided that the following conditions Index: ossp-pkg/mm/mm-config.pod RCS File: /v/ossp/cvs/ossp-pkg/mm/mm-config.pod,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/mm/mm-config.pod,v' 2>/dev/null --- mm-config.pod 2006/08/10 19:00:33 1.11 +++ mm-config.pod 2007/01/01 18:26:34 1.12 @@ -1,6 +1,6 @@ ## ==================================================================== -## Copyright (c) 1999-2006 Ralf S. Engelschall -## Copyright (c) 1999-2006 The OSSP Project +## Copyright (c) 1999-2007 Ralf S. Engelschall +## Copyright (c) 1999-2007 The OSSP Project ## ## Redistribution and use in source and binary forms, with or without ## modification, are permitted provided that the following conditions Index: ossp-pkg/mm/mm.h RCS File: /v/ossp/cvs/ossp-pkg/mm/mm.h,v rcsdiff -q -kk '-r1.32' '-r1.33' -u '/v/ossp/cvs/ossp-pkg/mm/mm.h,v' 2>/dev/null --- mm.h 2006/08/10 19:00:33 1.32 +++ mm.h 2007/01/01 18:26:34 1.33 @@ -1,6 +1,6 @@ /* ==================================================================== - * Copyright (c) 1999-2006 Ralf S. Engelschall - * Copyright (c) 1999-2006 The OSSP Project + * Copyright (c) 1999-2007 Ralf S. Engelschall + * Copyright (c) 1999-2007 The OSSP Project * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: ossp-pkg/mm/mm.pod RCS File: /v/ossp/cvs/ossp-pkg/mm/mm.pod,v rcsdiff -q -kk '-r1.31' '-r1.32' -u '/v/ossp/cvs/ossp-pkg/mm/mm.pod,v' 2>/dev/null --- mm.pod 2006/08/15 06:58:11 1.31 +++ mm.pod 2007/01/01 18:26:34 1.32 @@ -1,6 +1,6 @@ ## ==================================================================== -## Copyright (c) 1999-2006 Ralf S. Engelschall -## Copyright (c) 1999-2006 The OSSP Project +## Copyright (c) 1999-2007 Ralf S. Engelschall +## Copyright (c) 1999-2007 The OSSP Project ## ## Redistribution and use in source and binary forms, with or without ## modification, are permitted provided that the following conditions Index: ossp-pkg/mm/mm_alloc.c RCS File: /v/ossp/cvs/ossp-pkg/mm/mm_alloc.c,v rcsdiff -q -kk '-r1.25' '-r1.26' -u '/v/ossp/cvs/ossp-pkg/mm/mm_alloc.c,v' 2>/dev/null --- mm_alloc.c 2006/08/10 19:00:33 1.25 +++ mm_alloc.c 2007/01/01 18:26:34 1.26 @@ -1,6 +1,6 @@ /* ==================================================================== - * Copyright (c) 1999-2006 Ralf S. Engelschall - * Copyright (c) 1999-2006 The OSSP Project + * Copyright (c) 1999-2007 Ralf S. Engelschall + * Copyright (c) 1999-2007 The OSSP Project * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: ossp-pkg/mm/mm_core.c RCS File: /v/ossp/cvs/ossp-pkg/mm/mm_core.c,v rcsdiff -q -kk '-r1.24' '-r1.25' -u '/v/ossp/cvs/ossp-pkg/mm/mm_core.c,v' 2>/dev/null --- mm_core.c 2006/08/10 19:00:33 1.24 +++ mm_core.c 2007/01/01 18:26:34 1.25 @@ -1,6 +1,6 @@ /* ==================================================================== - * Copyright (c) 1999-2006 Ralf S. Engelschall - * Copyright (c) 1999-2006 The OSSP Project + * Copyright (c) 1999-2007 Ralf S. Engelschall + * Copyright (c) 1999-2007 The OSSP Project * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: ossp-pkg/mm/mm_global.c RCS File: /v/ossp/cvs/ossp-pkg/mm/mm_global.c,v rcsdiff -q -kk '-r1.16' '-r1.17' -u '/v/ossp/cvs/ossp-pkg/mm/mm_global.c,v' 2>/dev/null --- mm_global.c 2006/08/10 19:00:33 1.16 +++ mm_global.c 2007/01/01 18:26:34 1.17 @@ -1,6 +1,6 @@ /* ==================================================================== - * Copyright (c) 1999-2006 Ralf S. Engelschall - * Copyright (c) 1999-2006 The OSSP Project + * Copyright (c) 1999-2007 Ralf S. Engelschall + * Copyright (c) 1999-2007 The OSSP Project * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: ossp-pkg/mm/mm_lib.c RCS File: /v/ossp/cvs/ossp-pkg/mm/mm_lib.c,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/mm/mm_lib.c,v' 2>/dev/null --- mm_lib.c 2006/08/10 19:00:33 1.11 +++ mm_lib.c 2007/01/01 18:26:34 1.12 @@ -1,6 +1,6 @@ /* ==================================================================== - * Copyright (c) 1999-2006 Ralf S. Engelschall - * Copyright (c) 1999-2006 The OSSP Project + * Copyright (c) 1999-2007 Ralf S. Engelschall + * Copyright (c) 1999-2007 The OSSP Project * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Index: ossp-pkg/mm/mm_test.c RCS File: /v/ossp/cvs/ossp-pkg/mm/mm_test.c,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/mm/mm_test.c,v' 2>/dev/null --- mm_test.c 2006/08/10 19:00:33 1.14 +++ mm_test.c 2007/01/01 18:26:35 1.15 @@ -1,6 +1,6 @@ /* ==================================================================== - * Copyright (c) 1999-2006 Ralf S. Engelschall - * Copyright (c) 1999-2006 The OSSP Project + * Copyright (c) 1999-2007 Ralf S. Engelschall + * Copyright (c) 1999-2007 The OSSP Project * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions