From ea1918f4d10dfe5a6d318312329a7d32925da757 Mon Sep 17 00:00:00 2001 From: shikhin Date: Thu, 24 Apr 2014 16:46:31 +0000 Subject: [PATCH] ext2 license change to GPL. git-svn-id: svn://kolibrios.org@4891 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/fs/ext2/blocks.inc | 2 +- kernel/trunk/fs/ext2/ext2.asm | 2 +- kernel/trunk/fs/ext2/ext2.inc | 2 +- kernel/trunk/fs/ext2/inode.inc | 2 +- kernel/trunk/fs/ext2/resource.inc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel/trunk/fs/ext2/blocks.inc b/kernel/trunk/fs/ext2/blocks.inc index f70681eb76..d9d07f7043 100644 --- a/kernel/trunk/fs/ext2/blocks.inc +++ b/kernel/trunk/fs/ext2/blocks.inc @@ -3,7 +3,7 @@ ;; Contains ext2 block handling code. ;; ;; ;; ;; Copyright (C) KolibriOS team 2013-2014. All rights reserved. ;; -;; Distributed under the terms of the new BSD license. ;; +;; Distributed under terms of the GNU General Public License ;; ;; ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/kernel/trunk/fs/ext2/ext2.asm b/kernel/trunk/fs/ext2/ext2.asm index 57dc23d9d6..fe10fe435b 100644 --- a/kernel/trunk/fs/ext2/ext2.asm +++ b/kernel/trunk/fs/ext2/ext2.asm @@ -3,7 +3,7 @@ ;; Contains ext2 initialization, plus syscall handling code. ;; ;; ;; ;; Copyright (C) KolibriOS team 2013-2014. All rights reserved. ;; -;; Distributed under the terms of the new BSD license. ;; +;; Distributed under terms of the GNU General Public License ;; ;; ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/kernel/trunk/fs/ext2/ext2.inc b/kernel/trunk/fs/ext2/ext2.inc index fbfbd2626a..cf48f38fe1 100644 --- a/kernel/trunk/fs/ext2/ext2.inc +++ b/kernel/trunk/fs/ext2/ext2.inc @@ -3,7 +3,7 @@ ;; Contains ext2 structures, and macros. ;; ;; ;; ;; Copyright (C) KolibriOS team 2013-2014. All rights reserved. ;; -;; Distributed under the terms of the new BSD license. ;; +;; Distributed under terms of the GNU General Public License ;; ;; ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/kernel/trunk/fs/ext2/inode.inc b/kernel/trunk/fs/ext2/inode.inc index 5de742f5d0..b16beb49e4 100644 --- a/kernel/trunk/fs/ext2/inode.inc +++ b/kernel/trunk/fs/ext2/inode.inc @@ -3,7 +3,7 @@ ;; Contains ext2 inode handling code. ;; ;; ;; ;; Copyright (C) KolibriOS team 2013-2014. All rights reserved. ;; -;; Distributed under the terms of the new BSD license. ;; +;; Distributed under terms of the GNU General Public License ;; ;; ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/kernel/trunk/fs/ext2/resource.inc b/kernel/trunk/fs/ext2/resource.inc index eb12463082..7699c5794e 100644 --- a/kernel/trunk/fs/ext2/resource.inc +++ b/kernel/trunk/fs/ext2/resource.inc @@ -3,7 +3,7 @@ ;; Contains common resource allocation + freeing code. ;; ;; ;; ;; Copyright (C) KolibriOS team 2013-2014. All rights reserved. ;; -;; Distributed under the terms of the new BSD license. ;; +;; Distributed under terms of the GNU General Public License ;; ;; ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;