Relicensed under GPL

This commit is contained in:
Tony Bark 2021-03-30 08:55:46 -04:00
parent c11f987521
commit af6bab2e4f
16 changed files with 667 additions and 388 deletions

View file

@ -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
{

View file

@ -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;

View file

@ -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;

View file

@ -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;