Update copyright and license info

This commit is contained in:
Greg Neagle
2014-02-10 21:25:41 -08:00
parent a4d7d6c982
commit 050369cbb2
4 changed files with 30 additions and 9 deletions
@@ -1,7 +1,7 @@
# encoding: utf-8
#
# MSUAppDelegate.py
# Managed Software Update
# MunkiStatus
#
# Copyright 2013-2014 Greg Neagle.
#
@@ -1,9 +1,7 @@
# encoding: utf-8
#
# MSUStatusWindowController.py
#
#
# Created by Greg Neagle on 9/21/09.
# MSUStatusWindowController.py
# MunkiStatus
#
# Copyright 2009-2014 Greg Neagle.
#
+14 -3
View File
@@ -1,9 +1,20 @@
//
// main.m
// SomeDumbTest
// MunkiStatus
//
// Created by Greg Neagle on 2/14/13.
// Copyright (c) 2013 MacTech. All rights reserved.
// Copyright 2013-2014 Greg Neagle.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
#import <Cocoa/Cocoa.h>
+13 -1
View File
@@ -1,8 +1,20 @@
#
# main.py
# Managed Software Update
#
# Created by Greg Neagle on 2/14/13.
# Copyright 2013-2014 Greg Neagle.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#import modules required by application
import objc