From 8305fb128db6bbe2d10df3d7762868ed168dc2b5 Mon Sep 17 00:00:00 2001 From: NeoX95 Date: Wed, 15 May 2019 20:06:45 +0200 Subject: [PATCH] English Correction --- INSTRS | 4 ++-- LICENCE | 21 --------------------- Makefile | 4 ++-- arch.c | 4 ++-- arch.h | 4 ++-- instrs.c | 4 ++-- regs.c | 4 ++-- 7 files changed, 12 insertions(+), 33 deletions(-) delete mode 100644 LICENCE diff --git a/INSTRS b/INSTRS index 2fe9ef9..0f9f469 100644 --- a/INSTRS +++ b/INSTRS @@ -1,5 +1,5 @@ -# The OS/K Team licences this file to you under the MIT license. -# See the LICENCE file in the project root for more information. +# The OS/K Team licenses this file to you under the MIT license. +# See the LICENSE file in the project root for more information. ADD r ri %0 = %0 + %1 diff --git a/LICENCE b/LICENCE deleted file mode 100644 index a56966a..0000000 --- a/LICENCE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright © 2019 The OS/K Team - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/Makefile b/Makefile index 1f255a1..ca98fca 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -# The OS/K Team licences this file to you under the MIT license. -# See the LICENCE file in the project root for more information. +# The OS/K Team licenses this file to you under the MIT license. +# See the LICENSE file in the project root for more information. src = arch.c instrs.c main.c regs.c obj = $(patsubst %.c,%.o,$(src)) diff --git a/arch.c b/arch.c index 727e228..6fe392c 100644 --- a/arch.c +++ b/arch.c @@ -1,5 +1,5 @@ -// The OS/K Team licences this file to you under the MIT license. -// See the LICENCE file in the project root for more information. +// The OS/K Team licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. #include "arch.h" diff --git a/arch.h b/arch.h index d4173ee..37e1e91 100644 --- a/arch.h +++ b/arch.h @@ -1,5 +1,5 @@ -// The OS/K Team licences this file to you under the MIT license. -// See the LICENCE file in the project root for more information. +// The OS/K Team licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. #include #include diff --git a/instrs.c b/instrs.c index ac65158..f4cce91 100644 --- a/instrs.c +++ b/instrs.c @@ -1,5 +1,5 @@ -// The OS/K Team licences this file to you under the MIT license. -// See the LICENCE file in the project root for more information. +// The OS/K Team licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. #include "arch.h" diff --git a/regs.c b/regs.c index 9c5082f..2aa379e 100644 --- a/regs.c +++ b/regs.c @@ -1,5 +1,5 @@ -// The OS/K Team licences this file to you under the MIT license. -// See the LICENCE file in the project root for more information. +// The OS/K Team licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. #include "arch.h"