Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
New license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
palladia committed Aug 10, 2016
1 parent 3c70364 commit c62e6ef
Show file tree
Hide file tree
Showing 9 changed files with 73 additions and 2 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
To be populated once known.
9 changes: 9 additions & 0 deletions src/Command.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
**==============================================================================
**
** Copyright (c) Microsoft Corporation. All rights reserved. See file LICENSE
** for license information.
**
**==============================================================================
*/

/* @migen@ */
#include <MI.h>
#include "Command.h"
Expand Down
9 changes: 9 additions & 0 deletions src/Shell.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
**==============================================================================
**
** Copyright (c) Microsoft Corporation. All rights reserved. See file LICENSE
** for license information.
**
**==============================================================================
*/

#include <iconv.h>
#include <MI.h>
#include "Shell.h"
Expand Down
9 changes: 9 additions & 0 deletions src/coreclrutil.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
**==============================================================================
**
** Copyright (c) Microsoft Corporation. All rights reserved. See file LICENSE
** for license information.
**
**==============================================================================
*/

#include "coreclrutil.h"
#include <dirent.h>
#include <dlfcn.h>
Expand Down
9 changes: 9 additions & 0 deletions src/coreclrutil.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
**==============================================================================
**
** Copyright (c) Microsoft Corporation. All rights reserved. See file LICENSE
** for license information.
**
**==============================================================================
*/

#pragma once

#define SUCCEEDED(Status) ((Status) >= 0)
Expand Down
9 changes: 9 additions & 0 deletions src/module.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
**==============================================================================
**
** Copyright (c) Microsoft Corporation. All rights reserved. See file LICENSE
** for license information.
**
**==============================================================================
*/

/* @migen@ */
#include <MI.h>

Expand Down
9 changes: 9 additions & 0 deletions src/wsman.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
**==============================================================================
**
** Copyright (c) Microsoft Corporation. All rights reserved. See file LICENSE
** for license information.
**
**==============================================================================
*/

#if !defined(_SHELL_API_H_)
#define _SHELL_API_H_

Expand Down
11 changes: 9 additions & 2 deletions src/xpress.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
/*++
/*
**==============================================================================
**
** Copyright (c) Microsoft Corporation. All rights reserved. See file LICENSE
** for license information.
**
**==============================================================================
*/

Copyright (c) 2010 Microsoft Corporation
/*++
Module Name:
Expand Down
9 changes: 9 additions & 0 deletions src/xpress.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
**==============================================================================
**
** Copyright (c) Microsoft Corporation. All rights reserved. See file LICENSE
** for license information.
**
**==============================================================================
*/

#ifndef _xpress_h_
#define _xpress_h_

Expand Down

0 comments on commit c62e6ef

Please sign in to comment.