Fix license info.
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
//
|
/*
|
||||||
// Download.h
|
* Copyright 2007-2010 The OpenRA Developers (see AUTHORS)
|
||||||
// OpenRA
|
* This file is part of OpenRA, which is free software. It is made
|
||||||
//
|
* available to you under the terms of the GNU General Public License
|
||||||
// Created by Paul Chote on 19/11/10.
|
* as published by the Free Software Foundation. For more information,
|
||||||
// Copyright 2010 __MyCompanyName__. All rights reserved.
|
* see LICENSE.
|
||||||
//
|
*/
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
//
|
/*
|
||||||
// Download.m
|
* Copyright 2007-2010 The OpenRA Developers (see AUTHORS)
|
||||||
// OpenRA
|
* This file is part of OpenRA, which is free software. It is made
|
||||||
//
|
* available to you under the terms of the GNU General Public License
|
||||||
// Created by Paul Chote on 19/11/10.
|
* as published by the Free Software Foundation. For more information,
|
||||||
// Copyright 2010 __MyCompanyName__. All rights reserved.
|
* see LICENSE.
|
||||||
//
|
*/
|
||||||
|
|
||||||
#import "Download.h"
|
#import "Download.h"
|
||||||
#import "GameInstall.h"
|
#import "GameInstall.h"
|
||||||
|
|||||||
@@ -1,4 +1,14 @@
|
|||||||
using System;
|
#region Copyright & License Information
|
||||||
|
/*
|
||||||
|
* Copyright 2007-2010 The OpenRA Developers (see AUTHORS)
|
||||||
|
* This file is part of OpenRA, which is free software. It is made
|
||||||
|
* available to you under the terms of the GNU General Public License
|
||||||
|
* as published by the Free Software Foundation. For more information,
|
||||||
|
* see LICENSE.
|
||||||
|
*/
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
namespace OpenRA.Launcher
|
namespace OpenRA.Launcher
|
||||||
|
|||||||
@@ -1,4 +1,14 @@
|
|||||||
using System;
|
#region Copyright & License Information
|
||||||
|
/*
|
||||||
|
* Copyright 2007-2010 The OpenRA Developers (see AUTHORS)
|
||||||
|
* This file is part of OpenRA, which is free software. It is made
|
||||||
|
* available to you under the terms of the GNU General Public License
|
||||||
|
* as published by the Free Software Foundation. For more information,
|
||||||
|
* see LICENSE.
|
||||||
|
*/
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|||||||
@@ -1,4 +1,14 @@
|
|||||||
using System;
|
#region Copyright & License Information
|
||||||
|
/*
|
||||||
|
* Copyright 2007-2010 The OpenRA Developers (see AUTHORS)
|
||||||
|
* This file is part of OpenRA, which is free software. It is made
|
||||||
|
* available to you under the terms of the GNU General Public License
|
||||||
|
* as published by the Free Software Foundation. For more information,
|
||||||
|
* see LICENSE.
|
||||||
|
*/
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
using System;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|||||||
Reference in New Issue
Block a user