Thu Apr 17 19:04:12 2008 UTC ()
Claim copyright on the files I modified a lot.


(joerg)
diff -r1.6 -r1.7 pkgsrc/net/libfetch/files/common.c
diff -r1.16 -r1.17 pkgsrc/net/libfetch/files/ftp.c

cvs diff -r1.6 -r1.7 pkgsrc/net/libfetch/files/common.c (expand / switch to unified diff)

--- pkgsrc/net/libfetch/files/common.c 2008/04/05 02:51:14 1.6
+++ pkgsrc/net/libfetch/files/common.c 2008/04/17 19:04:12 1.7
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1/* $NetBSD: common.c,v 1.6 2008/04/05 02:51:14 joerg Exp $ */ 1/* $NetBSD: common.c,v 1.7 2008/04/17 19:04:12 joerg Exp $ */
2/*- 2/*-
3 * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav 3 * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav
 4 * Copyright (c) 2008 Joerg Sonnenberger <joerg@NetBSD.org>
4 * All rights reserved. 5 * All rights reserved.
5 * 6 *
6 * Redistribution and use in source and binary forms, with or without 7 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions 8 * modification, are permitted provided that the following conditions
8 * are met: 9 * are met:
9 * 1. Redistributions of source code must retain the above copyright 10 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer 11 * notice, this list of conditions and the following disclaimer
11 * in this position and unchanged. 12 * in this position and unchanged.
12 * 2. Redistributions in binary form must reproduce the above copyright 13 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the 14 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution. 15 * documentation and/or other materials provided with the distribution.
15 * 3. The name of the author may not be used to endorse or promote products 16 * 3. The name of the author may not be used to endorse or promote products
16 * derived from this software without specific prior written permission 17 * derived from this software without specific prior written permission

cvs diff -r1.16 -r1.17 pkgsrc/net/libfetch/files/ftp.c (expand / switch to unified diff)

--- pkgsrc/net/libfetch/files/ftp.c 2008/04/17 08:35:20 1.16
+++ pkgsrc/net/libfetch/files/ftp.c 2008/04/17 19:04:12 1.17
@@ -1,16 +1,17 @@ @@ -1,16 +1,17 @@
1/* $NetBSD: ftp.c,v 1.16 2008/04/17 08:35:20 joerg Exp $ */ 1/* $NetBSD: ftp.c,v 1.17 2008/04/17 19:04:12 joerg Exp $ */
2/*- 2/*-
3 * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav 3 * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav
 4 * Copyright (c) 2008 Joerg Sonnenberger <joerg@NetBSD.org>
4 * All rights reserved. 5 * All rights reserved.
5 * 6 *
6 * Redistribution and use in source and binary forms, with or without 7 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions 8 * modification, are permitted provided that the following conditions
8 * are met: 9 * are met:
9 * 1. Redistributions of source code must retain the above copyright 10 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer 11 * notice, this list of conditions and the following disclaimer
11 * in this position and unchanged. 12 * in this position and unchanged.
12 * 2. Redistributions in binary form must reproduce the above copyright 13 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the 14 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution. 15 * documentation and/or other materials provided with the distribution.
15 * 3. The name of the author may not be used to endorse or promote products 16 * 3. The name of the author may not be used to endorse or promote products
16 * derived from this software without specific prior written permission 17 * derived from this software without specific prior written permission