浏览代码

update license

Mike Frysinger 20 年之前
父节点
当前提交
08dec285fa
共有 3 个文件被更改,包括 5 次插入5 次删除
  1. 2 2
      libc/sysdeps/linux/common/fchown.c
  2. 2 2
      libc/sysdeps/linux/common/getpgrp.c
  3. 1 1
      libc/sysdeps/linux/common/getppid.c

+ 2 - 2
libc/sysdeps/linux/common/fchown.c

@@ -2,9 +2,9 @@
 /*
  * fchown() for uClibc
  *
- * Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org>
+ * Copyright (C) 2000-2006 by Erik Andersen <andersen@codepoet.org>
  *
- * GNU Library General Public License (LGPL) version 2 or later.
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
 #include "syscalls.h"

+ 2 - 2
libc/sysdeps/linux/common/getpgrp.c

@@ -2,9 +2,9 @@
 /*
  * getpgrp() for uClibc
  *
- * Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org>
+ * Copyright (C) 2000-2006 by Erik Andersen <andersen@codepoet.org>
  *
- * GNU Library General Public License (LGPL) version 2 or later.
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
 #include "syscalls.h"

+ 1 - 1
libc/sysdeps/linux/common/getppid.c

@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2000-2006 by Erik Andersen <andersen@codepoet.org>
  *
- * GNU Library General Public License (LGPL) version 2 or later.
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
 #include "syscalls.h"