mirror of
https://github.com/tonytins/tomas.git
synced 2025-06-26 02:14:42 -04:00
Relicensed under GPL
This commit is contained in:
parent
c11f987521
commit
af6bab2e4f
16 changed files with 667 additions and 388 deletions
|
@ -1,4 +1,6 @@
|
|||
namespace Tomas.Terminal
|
||||
// I license this project under the GPL 3.0 license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
namespace Tomas.Terminal
|
||||
{
|
||||
class Program
|
||||
{
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// I license this project under the GPL 3.0 license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
using System;
|
||||
using Tomas.Common;
|
||||
using Tomas.Interface.Shell;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// I license this project under the GPL 3.0 license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
using System;
|
||||
using Tomas.Interface.Shell;
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// I license this project under the GPL 3.0 license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
using System.Collections.Generic;
|
||||
using Tomas.Interface.Shell;
|
||||
using Tomas.Kernel.Programs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue