Skip to content

Commit

Permalink
Copyright: bump year, adjust ownership
Browse files Browse the repository at this point in the history
Same rationale as:
    2015-08-07 Bump copyright year.  Adjust for ownership.
    d5470be
  • Loading branch information
gperciva committed Feb 13, 2025
1 parent 0e2b94b commit b746297
Show file tree
Hide file tree
Showing 32 changed files with 54 additions and 49 deletions.
2 changes: 1 addition & 1 deletion keygen/tarsnap-keygen.1-mdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" Copyright 2007, 2009 Colin Percival
.\" Copyright 2007-2025 Tarsnap Backup Inc.
.\" All rights reserved.
.\"
.Dd @DATE@
Expand Down
2 changes: 1 addition & 1 deletion keymgmt/tarsnap-keymgmt.1-mdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" Copyright 2008, 2009 Colin Percival
.\" Copyright 2008-2025 Tarsnap Backup Inc.
.\" All rights reserved.
.\"
.Dd @DATE@
Expand Down
2 changes: 1 addition & 1 deletion keyregen/tarsnap-keyregen.1-mdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" Copyright 2011 Colin Percival
.\" Copyright 2011-2025 Tarsnap Backup Inc.
.\" All rights reserved.
.\"
.Dd @DATE@
Expand Down
6 changes: 3 additions & 3 deletions lib-platform/crypto/crypto_scrypt.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2009 Colin Percival
* Copyright 2009-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand All @@ -23,8 +23,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* This file was originally written by Colin Percival as part of the Tarsnap
* online backup system.
* This file was originally written by Tarsnap Backup Inc. as part of the
* Tarsnap online backup system.
*/
#include "platform.h"

Expand Down
6 changes: 3 additions & 3 deletions lib-platform/crypto/crypto_scrypt.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2009 Colin Percival
* Copyright 2009-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand All @@ -23,8 +23,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* This file was originally written by Colin Percival as part of the Tarsnap
* online backup system.
* This file was originally written by Tarsnap Backup Inc. as part of the
* Tarsnap online backup system.
*/
#ifndef CRYPTO_SCRYPT_H_
#define CRYPTO_SCRYPT_H_
Expand Down
6 changes: 3 additions & 3 deletions lib-platform/util/memlimit.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2009 Colin Percival
* Copyright 2009-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand All @@ -23,8 +23,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* This file was originally written by Colin Percival as part of the Tarsnap
* online backup system.
* This file was originally written by Tarsnap Backup Inc. as part of the
* Tarsnap online backup system.
*/

/* We use non-POSIX functionality in this file. */
Expand Down
6 changes: 3 additions & 3 deletions lib-platform/util/memlimit.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2009 Colin Percival
* Copyright 2009-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand All @@ -23,8 +23,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* This file was originally written by Colin Percival as part of the Tarsnap
* online backup system.
* This file was originally written by Tarsnap Backup Inc. as part of the
* Tarsnap online backup system.
*/
#ifndef MEMLIMIT_H_
#define MEMLIMIT_H_
Expand Down
6 changes: 3 additions & 3 deletions lib/crypto/crypto_scrypt_smix.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2009 Colin Percival
* Copyright 2009-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand All @@ -23,8 +23,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* This file was originally written by Colin Percival as part of the Tarsnap
* online backup system.
* This file was originally written by Tarsnap Backup Inc. as part of the
* Tarsnap online backup system.
*/
#include <stdint.h>
#include <string.h>
Expand Down
6 changes: 3 additions & 3 deletions lib/crypto/crypto_scrypt_smix_sse2.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2009 Colin Percival
* Copyright 2009-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand All @@ -23,8 +23,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* This file was originally written by Colin Percival as part of the Tarsnap
* online backup system.
* This file was originally written by Tarsnap Backup Inc. as part of the
* Tarsnap online backup system.
*/
#include "cpusupport.h"
#ifdef CPUSUPPORT_X86_SSE2
Expand Down
6 changes: 3 additions & 3 deletions lib/scryptenc/scryptenc.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2009 Colin Percival
* Copyright 2009-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand All @@ -23,8 +23,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* This file was originally written by Colin Percival as part of the Tarsnap
* online backup system.
* This file was originally written by Tarsnap Backup Inc. as part of the
* Tarsnap online backup system.
*/
#include <assert.h>
#include <inttypes.h>
Expand Down
6 changes: 3 additions & 3 deletions lib/scryptenc/scryptenc.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2009 Colin Percival
* Copyright 2009-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand All @@ -23,8 +23,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* This file was originally written by Colin Percival as part of the Tarsnap
* online backup system.
* This file was originally written by Tarsnap Backup Inc. as part of the
* Tarsnap online backup system.
*/
#ifndef SCRYPTENC_H_
#define SCRYPTENC_H_
Expand Down
6 changes: 3 additions & 3 deletions lib/scryptenc/scryptenc_cpuperf.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2009 Colin Percival
* Copyright 2009-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand All @@ -23,8 +23,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* This file was originally written by Colin Percival as part of the Tarsnap
* online backup system.
* This file was originally written by Tarsnap Backup Inc. as part of the
* Tarsnap online backup system.
*/
#include <sys/time.h>

Expand Down
6 changes: 3 additions & 3 deletions lib/scryptenc/scryptenc_cpuperf.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2009 Colin Percival
* Copyright 2009-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand All @@ -23,8 +23,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* This file was originally written by Colin Percival as part of the Tarsnap
* online backup system.
* This file was originally written by Tarsnap Backup Inc. as part of the
* Tarsnap online backup system.
*/
#ifndef SCRYPTENC_CPUPERF_H_
#define SCRYPTENC_CPUPERF_H_
Expand Down
1 change: 1 addition & 0 deletions misc/bash_completion.d/tarsnap
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# bash-completion for tarsnap
#
# Copyright (c) 2015-2025 Tarsnap Backup Inc.
# Copyright (c) 2009-2012 Andreas Olsson
#
# Permission is hereby granted, free of charge, to any person
Expand Down
1 change: 1 addition & 0 deletions misc/bash_completion.d/tarsnap-keygen
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# bash-completion for tarsnap-keygen
#
# Copyright (c) 2015-2025 Tarsnap Backup Inc.
# Copyright (c) 2009-2012 Andreas Olsson
#
# Permission is hereby granted, free of charge, to any person
Expand Down
1 change: 1 addition & 0 deletions misc/bash_completion.d/tarsnap-keymgmt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# bash-completion for tarsnap-keymgmt
#
# Copyright (c) 2015-2025 Tarsnap Backup Inc.
# Copyright (c) 2009-2012 Andreas Olsson
#
# Permission is hereby granted, free of charge, to any person
Expand Down
1 change: 1 addition & 0 deletions misc/bash_completion.d/tarsnap-keyregen
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# bash-completion for tarsnap-keyregen
#
# Copyright (c) 2015-2025 Tarsnap Backup Inc.
# Copyright (c) 2009-2012 Andreas Olsson
#
# Permission is hereby granted, free of charge, to any person
Expand Down
1 change: 1 addition & 0 deletions misc/bash_completion.d/tarsnap-recrypt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# bash-completion for tarsnap-recrypt
#
# Copyright (c) 2015-2025 Tarsnap Backup Inc.
# Copyright (c) 2009-2012 Andreas Olsson
#
# Permission is hereby granted, free of charge, to any person
Expand Down
6 changes: 3 additions & 3 deletions pkg/debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ Upstream-Contact: Colin Percival <[email protected]>
Source: https://tarsnap.com/download.html

Files: *
Copyright: 2006 - 2023 Colin Percival
Copyright: 2006 - 2025 Tarsnap Backup Inc.
License: Commercial
.
Unless specified otherwise in individual files, the contents of this
package is covered by the following copyright, license, and disclaimer:
.
Copyright 2006 - 2023 Colin Percival
Copyright 2006 - 2025 Tarsnap Backup Inc.
All rights reserved.
.
Redistribution and use in source and binary forms, without modification,
is permitted for the sole purpose of using the "tarsnap" backup service
provided by Colin Percival.
provided by Tarsnap Backup Inc.
.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Expand Down
2 changes: 1 addition & 1 deletion recrypt/tarsnap-recrypt.1-mdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" Copyright 2011 Colin Percival
.\" Copyright 2011-2025 Tarsnap Backup Inc.
.\" All rights reserved.
.\"
.Dd @DATE@
Expand Down
2 changes: 1 addition & 1 deletion tar/bsdtar.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2006-2009 Colin Percival
* Copyright 2006-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Portions of the file below are covered by the following license:
Expand Down
2 changes: 1 addition & 1 deletion tar/bsdtar.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2006-2009 Colin Percival
* Copyright 2006-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Portions of the file below are covered by the following license:
Expand Down
2 changes: 1 addition & 1 deletion tar/cmdline.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2006-2009 Colin Percival
* Copyright 2006-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Portions of the file below are covered by the following license:
Expand Down
2 changes: 1 addition & 1 deletion tar/matching.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2006-2008 Colin Percival
* Copyright 2006-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Portions of the file below are covered by the following license:
Expand Down
2 changes: 1 addition & 1 deletion tar/read.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2006-2008 Colin Percival
* Copyright 2006-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Portions of the file below are covered by the following license:
Expand Down
2 changes: 1 addition & 1 deletion tar/siginfo.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2008 Colin Percival
* Copyright 2008-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion tar/tarsnap.1-mdoc.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" Copyright 2007-2009 Colin Percival
.\" Copyright 2007-2025 Tarsnap Backup Inc.
.\" All rights reserved.
.\"
.\" Portions of the file below are covered by the following license:
Expand Down
2 changes: 1 addition & 1 deletion tar/tarsnap.conf.5-mdoc.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\"-
.\" Copyright 2008, 2009 Colin Percival
.\" Copyright 2008-2025 Tarsnap Backup Inc.
.\" All rights reserved
.\"
.Dd @DATE@
Expand Down
2 changes: 1 addition & 1 deletion tar/tree.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2006-2008 Colin Percival
* Copyright 2006-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Portions of the file below are covered by the following license:
Expand Down
2 changes: 1 addition & 1 deletion tar/tree.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2006-2008 Colin Percival
* Copyright 2006-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Portions of the file below are covered by the following license:
Expand Down
2 changes: 1 addition & 1 deletion tar/util.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2006-2008 Colin Percival
* Copyright 2006-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Portions of the file below are covered by the following license:
Expand Down
2 changes: 1 addition & 1 deletion tar/write.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*-
* Copyright 2006-2009 Colin Percival
* Copyright 2006-2025 Tarsnap Backup Inc.
* All rights reserved.
*
* Portions of the file below are covered by the following license:
Expand Down

0 comments on commit b746297

Please sign in to comment.