소스 검색

update license

Mike Frysinger 19 년 전
부모
커밋
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"