diff options
| author | Ulf Lilleengen <lulf@FreeBSD.org> | 2009-01-04 17:31:01 +0000 |
|---|---|---|
| committer | Ulf Lilleengen <lulf@FreeBSD.org> | 2009-01-04 17:31:01 +0000 |
| commit | 5aaa6a085942ddcec6de51209f6d4e1c8782a70f (patch) | |
| tree | c13c950d7c75dd258840ccea59dd1b8990f3c229 | |
| parent | 231a7b676c93b98bc01257806d9c9a2f222eb162 (diff) | |
Notes
| -rw-r--r-- | contrib/csup/rcsfile.c | 2 | ||||
| -rw-r--r-- | contrib/csup/rcsfile.h | 2 | ||||
| -rw-r--r-- | contrib/csup/rcsparse.c | 2 | ||||
| -rw-r--r-- | contrib/csup/rcsparse.h | 2 | ||||
| -rw-r--r-- | contrib/csup/rcstokenizer.l | 2 | ||||
| -rw-r--r-- | contrib/csup/rsyncfile.c | 2 | ||||
| -rw-r--r-- | contrib/csup/rsyncfile.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/contrib/csup/rcsfile.c b/contrib/csup/rcsfile.c index 6a111b02797d..4f9b085b7fef 100644 --- a/contrib/csup/rcsfile.c +++ b/contrib/csup/rcsfile.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007-2008, Ulf Lilleengen <lulf@FreeBSD.org> + * Copyright (c) 2007-2009, Ulf Lilleengen <lulf@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/contrib/csup/rcsfile.h b/contrib/csup/rcsfile.h index a2c3f710d0a4..7eb38bec4171 100644 --- a/contrib/csup/rcsfile.h +++ b/contrib/csup/rcsfile.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007-2008, Ulf Lilleengen <lulf@FreeBSD.org> + * Copyright (c) 2007-2009, Ulf Lilleengen <lulf@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/contrib/csup/rcsparse.c b/contrib/csup/rcsparse.c index 19aa8b51a853..682f113935b8 100644 --- a/contrib/csup/rcsparse.c +++ b/contrib/csup/rcsparse.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008, Ulf Lilleengen <lulf@FreeBSD.org> + * Copyright (c) 2008-2009, Ulf Lilleengen <lulf@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/contrib/csup/rcsparse.h b/contrib/csup/rcsparse.h index 888d53d15761..01b01563d80c 100644 --- a/contrib/csup/rcsparse.h +++ b/contrib/csup/rcsparse.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008, Ulf Lilleengen <lulf@FreeBSD.org> + * Copyright (c) 2008-2009, Ulf Lilleengen <lulf@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/contrib/csup/rcstokenizer.l b/contrib/csup/rcstokenizer.l index 63d2ef51d704..56f0f41ccf07 100644 --- a/contrib/csup/rcstokenizer.l +++ b/contrib/csup/rcstokenizer.l @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007-2008, Ulf Lilleengen <lulf@FreeBSD.org> + * Copyright (c) 2007-2009, Ulf Lilleengen <lulf@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/contrib/csup/rsyncfile.c b/contrib/csup/rsyncfile.c index 49741183df7d..7680bccf0ae7 100644 --- a/contrib/csup/rsyncfile.c +++ b/contrib/csup/rsyncfile.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008, Ulf Lilleengen <lulf@FreeBSD.org> + * Copyright (c) 2008-2009, Ulf Lilleengen <lulf@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/contrib/csup/rsyncfile.h b/contrib/csup/rsyncfile.h index 8609ed56d939..2c41a28ee4d2 100644 --- a/contrib/csup/rsyncfile.h +++ b/contrib/csup/rsyncfile.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2008, Ulf Lilleengen <lulf@FreeBSD.org> + * Copyright (c) 2008-2009, Ulf Lilleengen <lulf@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without |
