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