From a853f78c9f654ad378bbadf45c0c3fca575cf92b Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Tue, 25 Jan 2011 18:22:14 +0000 Subject: [PATCH] Update copyright dates across the board. git-svn-id: http://munki.googlecode.com/svn/trunk@1010 a4e17f2e-e282-11dd-95e1-755cbddbdd66 --- code/Managed Software Update/BorderlessWindow.h | 2 +- code/Managed Software Update/BorderlessWindow.m | 2 +- code/Managed Software Update/FoundationPlist.py | 2 +- code/Managed Software Update/MSUAppDelegate.py | 2 +- code/Managed Software Update/MSUMainWindowController.py | 2 +- .../MSUOptionalInstallsViewController.py | 2 +- code/Managed Software Update/MSUStatusWindowController.py | 2 +- code/Managed Software Update/MSUWebViewPolicyDelegate.py | 2 +- code/Managed Software Update/MSUupdatesViewController.py | 2 +- code/Managed Software Update/ScaledImageView.h | 2 +- code/Managed Software Update/ScaledImageView.m | 2 +- code/Managed Software Update/munki.py | 2 +- code/client/makecatalogs | 4 +--- code/client/makepkginfo | 2 +- code/client/managedsoftwareupdate | 2 +- code/client/munkiimport | 2 +- code/client/munkilib/FoundationPlist.py | 2 +- code/client/munkilib/adobeutils.py | 2 +- code/client/munkilib/appleupdates.py | 2 +- code/client/munkilib/installer.py | 2 +- code/client/munkilib/munkicommon.py | 2 +- code/client/munkilib/munkistatus.py | 2 +- code/client/munkilib/removepackages.py | 2 +- code/client/munkilib/updatecheck.py | 2 +- code/client/munkilib/utils.py | 2 +- code/tools/app2pkg.py | 2 +- code/tools/filelist2pkg.py | 2 +- code/tools/transcript2pkg.py | 2 +- 28 files changed, 28 insertions(+), 30 deletions(-) diff --git a/code/Managed Software Update/BorderlessWindow.h b/code/Managed Software Update/BorderlessWindow.h index 76c3374f..fa43c20e 100644 --- a/code/Managed Software Update/BorderlessWindow.h +++ b/code/Managed Software Update/BorderlessWindow.h @@ -2,7 +2,7 @@ // BorderlessWindow.h // // Created by Greg Neagle on 5/16/09. -// Copyright 2009 Greg Neagle. +// Copyright 2009-2011 Greg Neagle. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/code/Managed Software Update/BorderlessWindow.m b/code/Managed Software Update/BorderlessWindow.m index 6a80fac4..02900fd7 100644 --- a/code/Managed Software Update/BorderlessWindow.m +++ b/code/Managed Software Update/BorderlessWindow.m @@ -2,7 +2,7 @@ // BorderlessWindow.m // // Created by Greg Neagle on 5/16/09. -// Copyright 2009 Greg Neagle. +// Copyright 2009-2011 Greg Neagle. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/code/Managed Software Update/FoundationPlist.py b/code/Managed Software Update/FoundationPlist.py index d3575539..6647bcfd 100644 --- a/code/Managed Software Update/FoundationPlist.py +++ b/code/Managed Software Update/FoundationPlist.py @@ -1,7 +1,7 @@ #!/usr/bin/python # encoding: utf-8 # -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/Managed Software Update/MSUAppDelegate.py b/code/Managed Software Update/MSUAppDelegate.py index 71517385..1feeda9b 100644 --- a/code/Managed Software Update/MSUAppDelegate.py +++ b/code/Managed Software Update/MSUAppDelegate.py @@ -3,7 +3,7 @@ # Managed Software Update # # Created by Greg Neagle on 2/10/10. -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/Managed Software Update/MSUMainWindowController.py b/code/Managed Software Update/MSUMainWindowController.py index 952acce9..89636684 100644 --- a/code/Managed Software Update/MSUMainWindowController.py +++ b/code/Managed Software Update/MSUMainWindowController.py @@ -3,7 +3,7 @@ # Managed Software Update # # Created by Greg Neagle on 2/11/10. -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/Managed Software Update/MSUOptionalInstallsViewController.py b/code/Managed Software Update/MSUOptionalInstallsViewController.py index bb7e563b..6994e0d9 100644 --- a/code/Managed Software Update/MSUOptionalInstallsViewController.py +++ b/code/Managed Software Update/MSUOptionalInstallsViewController.py @@ -3,7 +3,7 @@ # Managed Software Update # # Created by Greg Neagle on 7/8/10. -# Copyright 2010 Greg Neagle. +# Copyright 2010-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/Managed Software Update/MSUStatusWindowController.py b/code/Managed Software Update/MSUStatusWindowController.py index c1d682eb..c9759350 100644 --- a/code/Managed Software Update/MSUStatusWindowController.py +++ b/code/Managed Software Update/MSUStatusWindowController.py @@ -5,7 +5,7 @@ # # Created by Greg Neagle on 9/21/09. # -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/Managed Software Update/MSUWebViewPolicyDelegate.py b/code/Managed Software Update/MSUWebViewPolicyDelegate.py index 0ae07532..4e7e1cf5 100644 --- a/code/Managed Software Update/MSUWebViewPolicyDelegate.py +++ b/code/Managed Software Update/MSUWebViewPolicyDelegate.py @@ -3,7 +3,7 @@ # ManagedSoftwareUpdate # # Created by Greg Neagle on 2/10/10. -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/Managed Software Update/MSUupdatesViewController.py b/code/Managed Software Update/MSUupdatesViewController.py index 2c5a0c5e..2a698a01 100644 --- a/code/Managed Software Update/MSUupdatesViewController.py +++ b/code/Managed Software Update/MSUupdatesViewController.py @@ -3,7 +3,7 @@ # Managed Software Update # # Created by Greg Neagle on 7/8/10. -# Copyright 2010 Greg Neagle. +# Copyright 2010-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/Managed Software Update/ScaledImageView.h b/code/Managed Software Update/ScaledImageView.h index d45b5e2b..ab67449b 100644 --- a/code/Managed Software Update/ScaledImageView.h +++ b/code/Managed Software Update/ScaledImageView.h @@ -3,7 +3,7 @@ // // Created by Greg Neagle on 5/27/09. // -// Copyright 2009 Greg Neagle. +// Copyright 2009-2011 Greg Neagle. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/code/Managed Software Update/ScaledImageView.m b/code/Managed Software Update/ScaledImageView.m index 92f16b7a..11de21b6 100644 --- a/code/Managed Software Update/ScaledImageView.m +++ b/code/Managed Software Update/ScaledImageView.m @@ -3,7 +3,7 @@ // // Created by Greg Neagle on 5/27/09. // -// Copyright 2009 Greg Neagle. +// Copyright 2009-2011 Greg Neagle. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/code/Managed Software Update/munki.py b/code/Managed Software Update/munki.py index 173706ad..50dfe3b8 100644 --- a/code/Managed Software Update/munki.py +++ b/code/Managed Software Update/munki.py @@ -4,7 +4,7 @@ # Managed Software Update # # Created by Greg Neagle on 2/11/10. -# Copyright 2010 Greg Neagle. +# Copyright 2010-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/makecatalogs b/code/client/makecatalogs index a59a0148..d50dc073 100755 --- a/code/client/makecatalogs +++ b/code/client/makecatalogs @@ -1,7 +1,7 @@ #!/usr/bin/python # encoding: utf-8 # -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -25,8 +25,6 @@ Builds a repo catalog from these files. Assumes a pkgsinfo directory under repopath. User calling this needs to be able to write to repo/catalogs. -TO-DOs: -Maybe generate a checksum so we can verify the installer item is the right one """ import sys diff --git a/code/client/makepkginfo b/code/client/makepkginfo index 88cb9641..88390ad7 100755 --- a/code/client/makepkginfo +++ b/code/client/makepkginfo @@ -1,7 +1,7 @@ #!/usr/bin/python # encoding: utf-8 # -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/managedsoftwareupdate b/code/client/managedsoftwareupdate index 982ed4e2..7a4013bf 100755 --- a/code/client/managedsoftwareupdate +++ b/code/client/managedsoftwareupdate @@ -1,7 +1,7 @@ #!/usr/bin/python # encoding: utf-8 # -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkiimport b/code/client/munkiimport index 626d5026..e2c106a6 100755 --- a/code/client/munkiimport +++ b/code/client/munkiimport @@ -1,7 +1,7 @@ #!/usr/bin/python # encoding: utf-8 # -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/FoundationPlist.py b/code/client/munkilib/FoundationPlist.py index d3575539..6647bcfd 100644 --- a/code/client/munkilib/FoundationPlist.py +++ b/code/client/munkilib/FoundationPlist.py @@ -1,7 +1,7 @@ #!/usr/bin/python # encoding: utf-8 # -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/adobeutils.py b/code/client/munkilib/adobeutils.py index a0876424..392c2a35 100644 --- a/code/client/munkilib/adobeutils.py +++ b/code/client/munkilib/adobeutils.py @@ -7,7 +7,7 @@ Utilities to enable munki to install/uninstall Adobe CS3/CS4/CS5 products using the CS3/CS4/CS5 Deployment Toolkits. """ -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/appleupdates.py b/code/client/munkilib/appleupdates.py index 303e2e9c..d9c815b2 100755 --- a/code/client/munkilib/appleupdates.py +++ b/code/client/munkilib/appleupdates.py @@ -6,7 +6,7 @@ appleupdates.py Utilities for dealing with Apple Software Update. """ -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/installer.py b/code/client/munkilib/installer.py index 20a9954a..2c002d8d 100644 --- a/code/client/munkilib/installer.py +++ b/code/client/munkilib/installer.py @@ -1,7 +1,7 @@ #!/usr/bin/python # encoding: utf-8 # -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/munkicommon.py b/code/client/munkilib/munkicommon.py index 79229354..c16e7c27 100644 --- a/code/client/munkilib/munkicommon.py +++ b/code/client/munkilib/munkicommon.py @@ -1,7 +1,7 @@ #!/usr/bin/python # encoding: utf-8 # -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/munkistatus.py b/code/client/munkilib/munkistatus.py index d548a116..aa2427d2 100755 --- a/code/client/munkilib/munkistatus.py +++ b/code/client/munkilib/munkistatus.py @@ -1,7 +1,7 @@ #!/usr/bin/python # encoding: utf-8 # -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/removepackages.py b/code/client/munkilib/removepackages.py index f77928bb..7710e8e7 100755 --- a/code/client/munkilib/removepackages.py +++ b/code/client/munkilib/removepackages.py @@ -1,7 +1,7 @@ #!/usr/bin/python # encoding: utf-8 # -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/updatecheck.py b/code/client/munkilib/updatecheck.py index bd3f1bfc..53cd8c2c 100644 --- a/code/client/munkilib/updatecheck.py +++ b/code/client/munkilib/updatecheck.py @@ -1,7 +1,7 @@ #!/usr/bin/python # encoding: utf-8 # -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/utils.py b/code/client/munkilib/utils.py index 8bef58ac..d20ae03a 100644 --- a/code/client/munkilib/utils.py +++ b/code/client/munkilib/utils.py @@ -1,7 +1,7 @@ #!/usr/bin/python # encoding: utf-8 # -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/tools/app2pkg.py b/code/tools/app2pkg.py index c30f7f37..3adae864 100755 --- a/code/tools/app2pkg.py +++ b/code/tools/app2pkg.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # encoding: utf-8 # -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/tools/filelist2pkg.py b/code/tools/filelist2pkg.py index 902a2a76..e6342d45 100755 --- a/code/tools/filelist2pkg.py +++ b/code/tools/filelist2pkg.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # encoding: utf-8 # -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/tools/transcript2pkg.py b/code/tools/transcript2pkg.py index 459b7af9..0d2b4c8d 100755 --- a/code/tools/transcript2pkg.py +++ b/code/tools/transcript2pkg.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # encoding: utf-8 # -# Copyright 2009-2010 Greg Neagle. +# Copyright 2009-2011 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.