Skip to content

Commit

Permalink
fix dates and email address
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed May 26, 2022
1 parent 384934c commit 914fc2e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bin/fai-chboot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# fai-chboot -- manage configuration for network boot
#
# This script is part of FAI (Fully Automatic Installation)
# Copyright (C) 2003-2022 Thomas Lange, lange@informatik.uni-koeln.de
# Copyright (C) 2003-2022 Thomas Lange, lange@cs.uni-koeln.de
# Universitaet zu Koeln
#
#*********************************************************************
Expand Down
2 changes: 1 addition & 1 deletion bin/fai-diskimage
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# This script is part of FAI (Fully Automatic Installation)
#
# Copyright (C) 2016-2021 Thomas Lange, lange@informatik.uni-koeln.de
# Copyright (C) 2016-2022 Thomas Lange, lange@cs.uni-koeln.de
# Universitaet zu Koeln

die() {
Expand Down
2 changes: 1 addition & 1 deletion bin/fai-make-nfsroot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# fai-make-nfsroot -- create nfsroot directory and add additional packages
#
# This script is part of FAI (Fully Automatic Installation)
# (c) 2000-2022 by Thomas Lange, lange@informatik.uni-koeln.de
# (c) 2000-2022 by Thomas Lange, lange@cs.uni-koeln.de
# Universitaet zu Koeln
# (c) 2004 by Henning Glawe, glaweh@physik.fu-berlin.de
# Freie Universitaet Berlin
Expand Down
4 changes: 2 additions & 2 deletions bin/fai-mirror
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
! /bin/bash
#! /bin/bash

#*********************************************************************
#
# fai-mirror -- create and manage a partial mirror for FAI
#
# This script is part of FAI (Fully Automatic Installation)
# (c) 2004-2019, Thomas Lange, lange@informatik.uni-koeln.de
# (c) 2004-2022, Thomas Lange, lange@cs.uni-koeln.de
#
#*********************************************************************
# This program is free software; you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions bin/fcopy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# fcopy -- copy files using FAI classes and preserve directory structure
#
# This script is part of FAI (Fully Automatic Installation)
# Copyright (C) 2000-2022 Thomas Lange, lange@informatik.uni-koeln.de
# Copyright (C) 2000-2022 Thomas Lange, lange@cs.uni-koeln.de
# Universitaet zu Koeln
# Copyright (C) 2001-2005 Henning Glawe, glaweh@physik.fu-berlin.de
# Freie Univeritaet Berlin
Expand Down Expand Up @@ -478,7 +478,7 @@ sub usage {
print << "EOF";
fcopy, copy files using classes.
Copyright (C) 2001-2019 by Thomas Lange
Copyright (C) 2001-2022 by Thomas Lange
Usage: fcopy [OPTION] ... SOURCE ...
Expand Down

0 comments on commit 914fc2e

Please sign in to comment.