Skip to content

Commit cb590c0

Browse files
committed
Update copyright year and repo url
1 parent 27f51ea commit cb590c0

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

License

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2017 Ingy döt Net
3+
Copyright (c) 2013-2020 Ingy döt Net
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Meta

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 0.4.0
55
abstract: Git Submodule Alternative
66
homepage: https://github.com/ingydotnet/git-subrepo#readme
77
license: MIT
8-
copyright: 2013-2018
8+
copyright: 2013-2020
99

1010
author:
1111
name: Ingy döt Net

ReadMe.pod

+1-1
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,6 @@ C<irc.freenode.net>.
693693

694694
The MIT License (MIT)
695695

696-
Copyright (c) 2013-2018 Ingy döt Net
696+
Copyright (c) 2013-2020 Ingy döt Net
697697

698698
=cut

doc/git-subrepo.swim

+1-1
Original file line numberDiff line numberDiff line change
@@ -605,4 +605,4 @@ If you want to chat about the `git-subrepo` command, join `#gitcommands` on
605605

606606
The MIT License (MIT)
607607

608-
Copyright (c) 2013-2018 Ingy döt Net
608+
Copyright (c) 2013-2020 Ingy döt Net

lib/git-subrepo

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
#
4-
# Copyright 2013-2017 - Ingy döt Net <[email protected]>
4+
# Copyright 2013-2020 - Ingy döt Net <[email protected]>
55
#
66

77

@@ -405,8 +405,8 @@ command:help() {
405405
command:version() {
406406
cat <<...
407407
git-subrepo Version: $VERSION
408-
Copyright 2013-2017 Ingy döt Net
409-
https://github.com/git-commands/git-subrepo
408+
Copyright 2013-2020 Ingy döt Net
409+
https://github.com/ingydotnet/git-subrepo
410410
$BASH_SOURCE
411411
Git Version: $git_version
412412

man/man1/git-subrepo.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -740,4 +740,4 @@ Magnus Carlsson <[email protected]>
740740
.IX Header "License and Copyright"
741741
The \s-1MIT\s0 License (\s-1MIT\s0)
742742
.PP
743-
Copyright (c) 2013\-2018 Ingy döt Net
743+
Copyright (c) 2013\-2020 Ingy döt Net

0 commit comments

Comments
 (0)