Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Software
idms-linux-installer
Commits
d3557a83
Commit
d3557a83
authored
Jun 30, 2020
by
Nigel Kukard
Browse files
Updated copyright dates
parent
7bb86f48
Changes
57
Hide whitespace changes
Inline
Side-by-side
setup.cfg
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
src/idmslinux_installer/__init__.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
src/idmslinux_installer/commandline.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -23,7 +23,7 @@ from idmslinux_installer.ili import Ili, __version__
def
main
():
"""Entry point for execution from the commandline."""
print
(
f
'IDMS Linux Installer v
{
__version__
}
- Copyright © 2019, AllWorldIT.
\n
'
)
print
(
f
'IDMS Linux Installer v
{
idmslinux_installer
.
__version__
}
- Copyright © 2019
-2020
, AllWorldIT.
\n
'
)
# Start argument parser
argparser
=
argparse
.
ArgumentParser
(
add_help
=
False
)
...
...
src/idmslinux_installer/ili.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
src/idmslinux_installer/ilistate.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
src/idmslinux_installer/plugin.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
src/idmslinux_installer/plugins/__init__.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
src/idmslinux_installer/plugins/config_system/__init__.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
src/idmslinux_installer/plugins/config_system/etcfstab.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
src/idmslinux_installer/plugins/config_system/etchosts.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
src/idmslinux_installer/plugins/config_system/grub.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
src/idmslinux_installer/plugins/config_system/hostname.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
src/idmslinux_installer/plugins/config_system/locale.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
src/idmslinux_installer/plugins/config_system/mkinitcpio.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
src/idmslinux_installer/plugins/config_system/pacman.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
src/idmslinux_installer/plugins/config_system/systemd_networkd.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
src/idmslinux_installer/plugins/config_system/systemd_resolved.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
src/idmslinux_installer/plugins/config_system/timezone.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
src/idmslinux_installer/plugins/create_filesystems.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
src/idmslinux_installer/plugins/disk_layouts/__init__.py
View file @
d3557a83
# Copyright (c) 2019, AllWorldIT
# Copyright (c) 2019
-2020
, AllWorldIT
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment