diff --git a/LICENCE b/LICENCE index 082c3b1..5653fce 100644 --- a/LICENCE +++ b/LICENCE @@ -1,6 +1,6 @@ mod_auth_vas is covered by the following 3-clause BSD-style license. -(c) 2008 Quest Software, Inc. All rights reserved. +(c) 2017 Quest Software, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/Makefile.am b/Makefile.am index 8a09a63..80ed61b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# (c) 2008, Quest Software, Inc. All rights reserved. +# (c) 2017, Quest Software, Inc. All rights reserved. abs_builddir= @abs_builddir@ diff --git a/bootstrap.sh b/bootstrap.sh index 102cde4..58ebe7c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,5 @@ #! /bin/sh -# (c) 2008 Quest Software, Inc. All rights reserved. +# (c) 2017 Quest Software, Inc. All rights reserved. # Initialises the directory with autoconf after a respoitory check-out. bootstrap () { diff --git a/cache.c b/cache.c index 0b7c949..b38cd1b 100644 --- a/cache.c +++ b/cache.c @@ -1,7 +1,7 @@ /* * mod_auth_vas: VAS authentication module for Apache. * - * Copyright 2008 Quest Software, Inc. + * Copyright 2017 Quest Software, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/cache.h b/cache.h index 2b96c47..6323683 100644 --- a/cache.h +++ b/cache.h @@ -3,7 +3,7 @@ /* * mod_auth_vas: VAS authentication module for Apache. * - * Copyright 2008 Quest Software, Inc. + * Copyright 2017 Quest Software, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/check-symbols.sh b/check-symbols.sh index 1caa729..9448a9f 100755 --- a/check-symbols.sh +++ b/check-symbols.sh @@ -47,7 +47,7 @@ fi exit 0 -# Copyright 2007 Quest Software, Inc. All rights reserved. +# Copyright 2017 Quest Software, Inc. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions diff --git a/compat.h b/compat.h index bf4f76a..0ac0b3a 100644 --- a/compat.h +++ b/compat.h @@ -3,7 +3,7 @@ /* * mod_auth_vas: VAS authentication module for Apache. * - * Copyright 2007 Quest Software, Inc. + * Copyright 2017 Quest Software, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/configure.ac b/configure.ac index 7bf7956..eae8921 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# (c) 2008 Quest Software. All right reserved. +# (c) 2017 Quest Software. All right reserved. dnl For exported trees, the version is derived from the NEWS file. AC_INIT([mod_auth_vas], diff --git a/group.h b/group.h index 01fa800..7c2e64a 100644 --- a/group.h +++ b/group.h @@ -4,7 +4,7 @@ /* * mod_auth_vas: VAS authentication module for Apache. * - * Copyright 2014 Quest Software, Inc. + * Copyright 2017 Quest Software, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/pkg/Makefile.am b/pkg/Makefile.am index b239db6..e7e8dea 100644 --- a/pkg/Makefile.am +++ b/pkg/Makefile.am @@ -1,4 +1,4 @@ -# (c) 2008 Quest Software, Inc. +# (c) 2017 Quest Software, Inc. # License at end of file. AP1_MODINFO=500mod_auth_vas.info diff --git a/pkg/mav.pp.in b/pkg/mav.pp.in index 2be7bf7..9d6fc1d 100644 --- a/pkg/mav.pp.in +++ b/pkg/mav.pp.in @@ -14,7 +14,7 @@ fi description="Authentication & authorization module for the Apache web server \ for use in conjunction with VAS (Vintela Authentication Services) from \ Quest Software" - copyright="(c) 2008 Quest Software, Inc." + copyright="(c) 2017 Quest Software, Inc." %files @MODULEDIR@/mod_auth_vas.%so diff --git a/setup-mod_auth_vas.in b/setup-mod_auth_vas.in index 15cbb79..3f1008f 100644 --- a/setup-mod_auth_vas.in +++ b/setup-mod_auth_vas.in @@ -1,5 +1,5 @@ #! /bin/sh -# (c) 2008 Quest Software, Inc. All rights reserved. +# (c) 2017 Quest Software, Inc. All rights reserved. # # This file's licence text is at the bottom of the file. # diff --git a/test-cache.c b/test-cache.c index 672959a..bbae15c 100644 --- a/test-cache.c +++ b/test-cache.c @@ -1,7 +1,7 @@ /* * mod_auth_vas: VAS authentication module for Apache. * - * Copyright 2008 Quest Software, Inc. + * Copyright 2017 Quest Software, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/test/http-get/base64.c b/test/http-get/base64.c index 7909878..b303f5e 100644 --- a/test/http-get/base64.c +++ b/test/http-get/base64.c @@ -1,4 +1,4 @@ -/* (c) 2005 Quest Software, Inc. All rights reserved. */ +/* (c) 2017 Quest Software, Inc. All rights reserved. */ /* David Leonard */ /* diff --git a/test/http-get/base64.h b/test/http-get/base64.h index 4ec2e23..e53e869 100644 --- a/test/http-get/base64.h +++ b/test/http-get/base64.h @@ -1,4 +1,4 @@ -/* (c) 2005 Quest Software, Inc. All rights reserved */ +/* (c) 2017 Quest Software, Inc. All rights reserved */ /* David Leonard */ #ifndef _h_base64_ diff --git a/user.c b/user.c index 1899c68..3e50904 100644 --- a/user.c +++ b/user.c @@ -1,7 +1,7 @@ /* * mod_auth_vas: VAS authentication module for Apache. * - * Copyright 2008 Quest Software, Inc. + * Copyright 2017 Quest Software, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/user.h b/user.h index 002510a..2f966b0 100644 --- a/user.h +++ b/user.h @@ -3,7 +3,7 @@ /* * mod_auth_vas: VAS authentication module for Apache. * - * Copyright 2008 Quest Software, Inc. + * Copyright 2017 Quest Software, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without