diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-10-12 07:50:25 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-10-12 07:50:25 +0000 |
commit | c71aa8cee12cf5f098c514ab4c0d3543508a5989 (patch) | |
tree | a292e36fd6f518c6627defe8fa35c1e447691872 | |
parent | d1dab53b460fe4cd51c6b3116ca8e60e83b7781e (diff) |
add West to copyrights notice
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@8 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2e1a66f..a319d08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ # Makefile.am - use automake to generate Makefile.in # Copyright (C) 2006 Luke Howard +# Copyright (C) 2006 West consulting # Copyright (C) 2006 Arthur de Jong # # This program is free software; you can redistribute it and/or modify diff --git a/configure.ac b/configure.ac index 7da05a3..a33571e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,6 @@ # configure.ac - process this file with autoconf to produce configure # Copyright (C) 2006 Luke Howard +# Copyright (C) 2006 West Consulting # Copyright (C) 2006 Arthur de Jong # # This program is free software; you can redistribute it and/or modify @@ -19,6 +20,7 @@ AC_PREREQ(2.59) AC_COPYRIGHT( [Copyright (C) 2006 Luke Howard +Copyright (C) 2006 West Consulting Copyright (C) 2006 Arthur de Jong This configure script is derived from configure.ac which is free software; |