Skip to content

Commit

Permalink
legal: Remove year
Browse files Browse the repository at this point in the history
Instead of constantly making these updates, let's just remove the year
since things are stored in git anyways, and this is not an actual modern
legal risk anymore.
  • Loading branch information
purpleidea committed Jan 26, 2025
1 parent 1d3f2db commit d30ff6c
Show file tree
Hide file tree
Showing 477 changed files with 478 additions and 478 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Mgmt
Copyright (C) 2013-2024+ James Shubin and the project contributors
Copyright (C) James Shubin and the project contributors
Written by James Shubin <[email protected]> and the project contributors

This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mgmt
# Copyright (C) 2013-2024+ James Shubin and the project contributors
# Copyright (C) James Shubin and the project contributors
# Written by James Shubin <[email protected]> and the project contributors
#
# This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion cli/deploy.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion cli/docs.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion cli/firstboot.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion cli/run.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion cli/setup.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion cli/util/args.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions cli/util/hello.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -41,7 +41,7 @@ func Hello(program, version string, flags Flags) {
program = "<unknown>"
}
fmt.Println(fmt.Sprintf("This is: %s, version: %s", program, version))
fmt.Println("Copyright (C) 2013-2024+ James Shubin and the project contributors")
fmt.Println("Copyright (C) James Shubin and the project contributors")
fmt.Println("Written by James Shubin <[email protected]> and the project contributors")
flags.Logf("main: start: %v", start)
}
2 changes: 1 addition & 1 deletion cli/util/util.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion converger/converger.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion converger/converger_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Upstream-Name: mgmt
Source: <https://github.com/purpleidea/mgmt>

Files: *
Copyright: Copyright (C) 2013-2024+ James Shubin and the project contributors
Copyright: Copyright (C) James Shubin and the project contributors
License: GPL-3.0

License: GPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

# General information about the project.
project = u'mgmt'
copyright = u'2013-2024+ James Shubin and the project contributors'
copyright = u'Copyright (C) James Shubin and the project contributors'
author = u'James Shubin'

# The version info for the project you're documenting, acts as replacement for
Expand Down
2 changes: 1 addition & 1 deletion docs/docs.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ To report any bugs, please file a ticket at: [https://github.com/purpleidea/mgmt

## Authors

Copyright (C) 2013-2024+ James Shubin and the project contributors
Copyright (C) James Shubin and the project contributors

Please see the
[AUTHORS](https://github.com/purpleidea/mgmt/tree/master/AUTHORS) file
Expand Down
2 changes: 1 addition & 1 deletion docs/generate.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion docs/util/metadata.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/autoedge.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/autoedge_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/autogroup.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/cmp.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/copy.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/doc.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/edge.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/error.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/fs.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graph/actions.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graph/autoedge.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graph/autoedge/autoedge.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graph/autogroup.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graph/autogroup/autogroup.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graph/autogroup/autogroup_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graph/autogroup/base.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graph/autogroup/nonreachability.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graph/autogroup/util.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graph/engine.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graph/graph_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graph/refresh.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graph/reverse.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graph/semaphore.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graph/semaphore_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graph/sendrecv.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graph/state.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graph/vardir.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/graphqueryable.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/local/local.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/local/local_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/metaparams.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/metaparams_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/refresh.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/resources.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion engine/resources/augeas.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Mgmt
// Copyright (C) 2013-2024+ James Shubin and the project contributors
// Copyright (C) James Shubin and the project contributors
// Written by James Shubin <[email protected]> and the project contributors
//
// This program is free software: you can redistribute it and/or modify
Expand Down
Loading

0 comments on commit d30ff6c

Please sign in to comment.