Skip to content

Commit

Permalink
2025
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jan 23, 2025
1 parent 8a477a9 commit 4646091
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions man/pure-ftpd.8.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\"
.\" Troll-FTPd is Copyright 1995-2000 Trolltech AS, and Copyright 2001-2002 Arnt Gulbrandsen.
.\" Pure-FTPd is (C)opyleft 2001-2024 by Frank DENIS <j at pureftpd dot org> and the Pure-FTPd team.
.\" Pure-FTPd is (C)opyleft 2001-2025 by Frank DENIS <j at pureftpd dot org> and the Pure-FTPd team.
.\"
.\" Use, modification and distribution is allowed without limitation, warranty, or liability of any kind.
.\"
Expand Down Expand Up @@ -929,7 +929,7 @@ Troll\-FTPd was written by Arnt Gulbrandsen <[email protected]> and copyright 199
Troll Tech AS, Waldemar Thranes gate 98B, N\-0175 Oslo, Norway, fax +47
22806380.
.PP
Pure\-FTPd is (C)opyleft 2001\-2022 by Frank DENIS <j at pureftpd dot org>.
Pure\-FTPd is (C)opyleft 2001\-2025 by Frank DENIS <j at pureftpd dot org>.
.PP
This software is covered by the BSD license.
.PP
Expand Down
4 changes: 2 additions & 2 deletions man/pure-mrtginfo.8.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.\" Written by Arnt Gulbrandsen <[email protected]> and copyright 1995-1999
.\" Troll Tech AS, Waldemar Thranes gate 98B, N-0175 Oslo, Norway, fax +47
.\" 22806380.
.\" Pure-FTPd (C)opyleft 2001-2024 Frank Denis.
.\" Pure-FTPd (C)opyleft 2001-2025 Frank Denis.
.\"
.\" Use, modification and distribution is allowed without limitation,
.\" warranty, or liability of any kind.
Expand Down Expand Up @@ -58,7 +58,7 @@ Written by Arnt Gulbrandsen <[email protected]> and copyright 1995\-2002
Troll Tech AS, Waldemar Thranes gate 98B, N\-0175 Oslo, Norway, fax +47
22806380.
.PP
Pure\-FTPd (C)opyleft 2001\-2022 by Frank DENIS <j at pureftpd dot org>.
Pure\-FTPd (C)opyleft 2001\-2025 by Frank DENIS <j at pureftpd dot org>.
.PP
Use, modification and distribution is allowed without limitation,
warranty, or liability of any kind.
Expand Down
2 changes: 1 addition & 1 deletion puredb/src/example_read.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/* (C)opyleft 2001-2024 Frank DENIS <j at pureftpd dot org> */
/* (C)opyleft 2001-2025 Frank DENIS <j at pureftpd dot org> */

#include <config.h>
#include "puredb_p.h"
Expand Down
2 changes: 1 addition & 1 deletion puredb/src/example_write.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/* (C)opyleft 2001-2024 Frank DENIS <j at pureftpd dot org> */
/* (C)opyleft 2001-2025 Frank DENIS <j at pureftpd dot org> */

#include <config.h>
#include "puredb_p.h"
Expand Down
2 changes: 1 addition & 1 deletion puredb/src/puredb_p.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/* (C)opyleft 2001-2024 Frank DENIS <j at pureftpd dot org> */
/* (C)opyleft 2001-2025 Frank DENIS <j at pureftpd dot org> */

#ifndef __PUREDB_P_H__
#define __PUREDB_P_H__ 1
Expand Down
2 changes: 1 addition & 1 deletion puredb/src/puredb_read.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/* (C)opyleft 2001-2024 Frank DENIS <j at pureftpd dot org> */
/* (C)opyleft 2001-2025 Frank DENIS <j at pureftpd dot org> */

#include <config.h>

Expand Down
2 changes: 1 addition & 1 deletion puredb/src/puredb_read.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/* (C)opyleft 2001-2024 Frank DENIS <j at pureftpd dot org> */
/* (C)opyleft 2001-2025 Frank DENIS <j at pureftpd dot org> */

#ifndef __PUREDB_READ_H__
#define __PUREDB_READ_H__ 1
Expand Down
2 changes: 1 addition & 1 deletion puredb/src/puredb_write.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/* (C)opyleft 2001-2024 Frank DENIS <j at pureftpd dot org> */
/* (C)opyleft 2001-2025 Frank DENIS <j at pureftpd dot org> */

#include <config.h>

Expand Down
2 changes: 1 addition & 1 deletion puredb/src/puredb_write.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/* (C)opyleft 2001-2024 Frank DENIS <j at pureftpd dot org> */
/* (C)opyleft 2001-2025 Frank DENIS <j at pureftpd dot org> */

#ifndef __PUREDB_WRITE_H__
#define __PUREDB_WRITE_H__ 1
Expand Down
2 changes: 1 addition & 1 deletion puredb/src/regression.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

/* (C)opyleft 2001-2024 Frank DENIS <j at pureftpd dot org> */
/* (C)opyleft 2001-2025 Frank DENIS <j at pureftpd dot org> */

#include <config.h>

Expand Down

0 comments on commit 4646091

Please sign in to comment.