From e61b7b9241c61191dcd16c83dbe0cce4c72ad5a9 Mon Sep 17 00:00:00 2001 From: John Johansen Date: Fri, 24 Feb 2012 04:21:59 -0800 Subject: [PATCH] Update the copyright dates for the apparmor_parser Signed-off-by: John Johansen --- parser/apparmor.d.pod | 2 +- parser/apparmor.vim.pod | 2 +- parser/apparmor_parser.pod | 2 +- parser/libapparmor_re/aare_rules.cc | 2 +- parser/libapparmor_re/aare_rules.h | 2 +- parser/libapparmor_re/apparmor_re.h | 2 +- parser/libapparmor_re/chfa.cc | 2 +- parser/libapparmor_re/chfa.h | 2 +- parser/libapparmor_re/expr-tree.cc | 2 +- parser/libapparmor_re/expr-tree.h | 2 +- parser/libapparmor_re/hfa.cc | 2 +- parser/libapparmor_re/hfa.h | 2 +- parser/parser.h | 4 ++-- parser/parser_common.c | 4 ++-- parser/parser_include.c | 4 ++-- parser/parser_include.h | 4 ++-- parser/parser_lex.l | 4 ++-- parser/parser_main.c | 6 +++--- parser/parser_policy.c | 4 ++-- parser/parser_yacc.y | 4 ++-- parser/rc.apparmor.functions | 2 +- parser/subdomain.conf.pod | 2 +- 22 files changed, 31 insertions(+), 31 deletions(-) diff --git a/parser/apparmor.d.pod b/parser/apparmor.d.pod index 05aaaface..9305edd5e 100644 --- a/parser/apparmor.d.pod +++ b/parser/apparmor.d.pod @@ -3,7 +3,7 @@ # 2008, 2009 # NOVELL (All rights reserved) # -# Copyright (c) 2010 +# Copyright (c) 2010 - 2012 # Canonical Ltd. (All rights reserved) # # This program is free software; you can redistribute it and/or diff --git a/parser/apparmor.vim.pod b/parser/apparmor.vim.pod index 4423eeda9..17a543423 100644 --- a/parser/apparmor.vim.pod +++ b/parser/apparmor.vim.pod @@ -3,7 +3,7 @@ # 2008, 2009 # NOVELL (All rights reserved) # -# Copyright (c) 2010 +# Copyright (c) 2010 - 2012 # Canonical Ltd. (All rights reserved) # # This program is free software; you can redistribute it and/or diff --git a/parser/apparmor_parser.pod b/parser/apparmor_parser.pod index 1a083de85..0e24544be 100644 --- a/parser/apparmor_parser.pod +++ b/parser/apparmor_parser.pod @@ -3,7 +3,7 @@ # 2008, 2009 # NOVELL (All rights reserved) # -# Copyright (c) 2010 +# Copyright (c) 2010 - 2012 # Canonical Ltd. (All rights reserved) # # This program is free software; you can redistribute it and/or diff --git a/parser/libapparmor_re/aare_rules.cc b/parser/libapparmor_re/aare_rules.cc index 13f2e5e83..38511158f 100644 --- a/parser/libapparmor_re/aare_rules.cc +++ b/parser/libapparmor_re/aare_rules.cc @@ -1,7 +1,7 @@ /* * (C) 2006, 2007 Andreas Gruenbacher * Copyright (c) 2003-2008 Novell, Inc. (All rights reserved) - * Copyright 2009-2010 Canonical Ltd. + * Copyright 2009-2012 Canonical Ltd. * * The libapparmor library is licensed under the terms of the GNU * Lesser General Public License, version 2.1. Please see the file diff --git a/parser/libapparmor_re/aare_rules.h b/parser/libapparmor_re/aare_rules.h index 16739ac2f..33e554c27 100644 --- a/parser/libapparmor_re/aare_rules.h +++ b/parser/libapparmor_re/aare_rules.h @@ -1,7 +1,7 @@ /* * (C) 2006, 2007 Andreas Gruenbacher * Copyright (c) 2003-2008 Novell, Inc. (All rights reserved) - * Copyright 2009-2010 Canonical Ltd. + * Copyright 2009-2012 Canonical Ltd. * * The libapparmor library is licensed under the terms of the GNU * Lesser General Public License, version 2.1. Please see the file diff --git a/parser/libapparmor_re/apparmor_re.h b/parser/libapparmor_re/apparmor_re.h index d7b94be3d..186899c58 100644 --- a/parser/libapparmor_re/apparmor_re.h +++ b/parser/libapparmor_re/apparmor_re.h @@ -1,7 +1,7 @@ /* * (C) 2006, 2007 Andreas Gruenbacher * Copyright (c) 2003-2008 Novell, Inc. (All rights reserved) - * Copyright 2009-2010 Canonical Ltd. + * Copyright 2009-2012 Canonical Ltd. * * The libapparmor library is licensed under the terms of the GNU * Lesser General Public License, version 2.1. Please see the file diff --git a/parser/libapparmor_re/chfa.cc b/parser/libapparmor_re/chfa.cc index 262d7777b..89e316de4 100644 --- a/parser/libapparmor_re/chfa.cc +++ b/parser/libapparmor_re/chfa.cc @@ -1,7 +1,7 @@ /* * (C) 2006, 2007 Andreas Gruenbacher * Copyright (c) 2003-2008 Novell, Inc. (All rights reserved) - * Copyright 2009-2011 Canonical Ltd. + * Copyright 2009-2012 Canonical Ltd. * * The libapparmor library is licensed under the terms of the GNU * Lesser General Public License, version 2.1. Please see the file diff --git a/parser/libapparmor_re/chfa.h b/parser/libapparmor_re/chfa.h index c09c46c59..889308f4f 100644 --- a/parser/libapparmor_re/chfa.h +++ b/parser/libapparmor_re/chfa.h @@ -1,7 +1,7 @@ /* * (C) 2006, 2007 Andreas Gruenbacher * Copyright (c) 2003-2008 Novell, Inc. (All rights reserved) - * Copyright 2009-2011 Canonical Ltd. + * Copyright 2009-2012 Canonical Ltd. * * The libapparmor library is licensed under the terms of the GNU * Lesser General Public License, version 2.1. Please see the file diff --git a/parser/libapparmor_re/expr-tree.cc b/parser/libapparmor_re/expr-tree.cc index e9a127545..cf6f2d608 100644 --- a/parser/libapparmor_re/expr-tree.cc +++ b/parser/libapparmor_re/expr-tree.cc @@ -1,7 +1,7 @@ /* * (C) 2006, 2007 Andreas Gruenbacher * Copyright (c) 2003-2008 Novell, Inc. (All rights reserved) - * Copyright 2009-2010 Canonical Ltd. + * Copyright 2009-2012 Canonical Ltd. * * The libapparmor library is licensed under the terms of the GNU * Lesser General Public License, version 2.1. Please see the file diff --git a/parser/libapparmor_re/expr-tree.h b/parser/libapparmor_re/expr-tree.h index 4d297b66d..29c2ded6c 100644 --- a/parser/libapparmor_re/expr-tree.h +++ b/parser/libapparmor_re/expr-tree.h @@ -1,7 +1,7 @@ /* * (C) 2006, 2007 Andreas Gruenbacher * Copyright (c) 2003-2008 Novell, Inc. (All rights reserved) - * Copyright 2009-2010 Canonical Ltd. + * Copyright 2009-2012 Canonical Ltd. * * The libapparmor library is licensed under the terms of the GNU * Lesser General Public License, version 2.1. Please see the file diff --git a/parser/libapparmor_re/hfa.cc b/parser/libapparmor_re/hfa.cc index 399023896..eafe3c2dc 100644 --- a/parser/libapparmor_re/hfa.cc +++ b/parser/libapparmor_re/hfa.cc @@ -1,7 +1,7 @@ /* * (C) 2006, 2007 Andreas Gruenbacher * Copyright (c) 2003-2008 Novell, Inc. (All rights reserved) - * Copyright 2009-2010 Canonical Ltd. + * Copyright 2009-2012 Canonical Ltd. * * The libapparmor library is licensed under the terms of the GNU * Lesser General Public License, version 2.1. Please see the file diff --git a/parser/libapparmor_re/hfa.h b/parser/libapparmor_re/hfa.h index d9fd80dd3..c77905d61 100644 --- a/parser/libapparmor_re/hfa.h +++ b/parser/libapparmor_re/hfa.h @@ -1,7 +1,7 @@ /* * (C) 2006, 2007 Andreas Gruenbacher * Copyright (c) 2003-2008 Novell, Inc. (All rights reserved) - * Copyright 2009-2010 Canonical Ltd. + * Copyright 2009-2012 Canonical Ltd. * * The libapparmor library is licensed under the terms of the GNU * Lesser General Public License, version 2.1. Please see the file diff --git a/parser/parser.h b/parser/parser.h index 899bfb8ec..799d44bc1 100644 --- a/parser/parser.h +++ b/parser/parser.h @@ -2,8 +2,8 @@ * Copyright (c) 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007 * NOVELL (All rights reserved) * - * Copyright (c) 2010 - * Canonical, Ltd. (All rights reserved) + * Copyright (c) 2010 - 2012 + * Canonical Ltd. (All rights reserved) * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/parser/parser_common.c b/parser/parser_common.c index 86ee30eb7..15f0978a2 100644 --- a/parser/parser_common.c +++ b/parser/parser_common.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2010, 2011 - * Canonical, Ltd. (All rights reserved) + * Copyright (c) 2010 - 2012 + * Canonical Ltd. (All rights reserved) * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/parser/parser_include.c b/parser/parser_include.c index 9a1abe1a1..f143353c0 100644 --- a/parser/parser_include.c +++ b/parser/parser_include.c @@ -1,8 +1,8 @@ /* * Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * NOVELL (All rights reserved) - * Copyright (c) 2010 - * Canonical, Ltd. + * Copyright (c) 2010 - 2012 + * Canonical Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/parser/parser_include.h b/parser/parser_include.h index 505bf48c1..08ea8aa0c 100644 --- a/parser/parser_include.h +++ b/parser/parser_include.h @@ -1,8 +1,8 @@ /* * Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * NOVELL (All rights reserved) - * Copyright (c) 2010 - * Canonical, Ltd. + * Copyright (c) 2010 - 2012 + * Canonical Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/parser/parser_lex.l b/parser/parser_lex.l index dd1ff5b87..b5627ad74 100644 --- a/parser/parser_lex.l +++ b/parser/parser_lex.l @@ -1,8 +1,8 @@ /* * Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * NOVELL (All rights reserved) - * Copyright (c) 2010 - * Canonical, Ltd. + * Copyright (c) 2010 - 2012 + * Canonical Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/parser/parser_main.c b/parser/parser_main.c index 8fbb359cc..ddbdf99b0 100644 --- a/parser/parser_main.c +++ b/parser/parser_main.c @@ -2,8 +2,8 @@ * Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * NOVELL (All rights reserved) * - * Copyright (c) 2010, 2011 - * Canonical, Ltd. (All rights reserved) + * Copyright (c) 2010 - 2012 + * Canonical Ltd. (All rights reserved) * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public @@ -60,7 +60,7 @@ #define UNPRIVILEGED_OPS (!(PRIVILEGED_OPS)) const char *parser_title = "AppArmor parser"; -const char *parser_copyright = "Copyright (C) 1999-2008 Novell Inc.\nCopyright 2009-2011 Canonical Ltd."; +const char *parser_copyright = "Copyright (C) 1999-2008 Novell Inc.\nCopyright 2009-2012 Canonical Ltd."; char *progname; int opt_force_complain = 0; diff --git a/parser/parser_policy.c b/parser/parser_policy.c index 3c0d31c7f..b3405e69e 100644 --- a/parser/parser_policy.c +++ b/parser/parser_policy.c @@ -2,8 +2,8 @@ * Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * NOVELL (All rights reserved) * - * Copyright (c) 2010 - * Canonical, Ltd. (All rights reserved) + * Copyright (c) 2010 - 2012 + * Canonical Ltd. (All rights reserved) * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/parser/parser_yacc.y b/parser/parser_yacc.y index 07f1b4196..0442016e8 100644 --- a/parser/parser_yacc.y +++ b/parser/parser_yacc.y @@ -2,8 +2,8 @@ /* * Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 * NOVELL (All rights reserved) - * Copyright (c) 2010 - * Canonical, Ltd. + * Copyright (c) 2010-2012 + * Canonical Ltd. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public diff --git a/parser/rc.apparmor.functions b/parser/rc.apparmor.functions index af623f637..ecff3171d 100644 --- a/parser/rc.apparmor.functions +++ b/parser/rc.apparmor.functions @@ -1,7 +1,7 @@ #!/bin/sh # ---------------------------------------------------------------------- # Copyright (c) 1999-2008 NOVELL (All rights reserved) -# Copyright (c) 2009-2011 Canonical Ltd. (All rights reserved) +# Copyright (c) 2009-2012 Canonical Ltd. (All rights reserved) # # This program is free software; you can redistribute it and/or # modify it under the terms of version 2 of the GNU General Public diff --git a/parser/subdomain.conf.pod b/parser/subdomain.conf.pod index db83d075a..ac3a771c8 100644 --- a/parser/subdomain.conf.pod +++ b/parser/subdomain.conf.pod @@ -3,7 +3,7 @@ # 2008, 2009 # NOVELL (All rights reserved) # -# Copyright (c) 2010 +# Copyright (c) 2010 - 2012 # Canonical Ltd. (All rights reserved) # # This program is free software; you can redistribute it and/or