mirror of
https://github.com/munki/munki.git
synced 2026-04-22 20:48:36 -05:00
Update copyright and license info
This commit is contained in:
@@ -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.
|
||||
#
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user