diff options
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | doc/vtcol.rst | 4 | ||||
-rwxr-xr-x | misc/etc/grub.d/42_vtcol | 2 | ||||
-rw-r--r-- | misc/etc/initcpio/hooks/vtcol | 2 | ||||
-rw-r--r-- | misc/etc/initcpio/install/vtcol | 2 | ||||
-rw-r--r-- | misc/etc/mkinitcpio-vtcol.conf | 2 | ||||
-rw-r--r-- | misc/etc/mkinitcpio.d/vtcol.preset | 2 |
7 files changed, 8 insertions, 8 deletions
@@ -5,7 +5,7 @@ [package] name = "vtcol" description = "Set Linux console color scheme" -version = "0.42.1" +version = "0.42.2" authors = [ "Philipp Gesang <phg@phi-gamma.net>" ] repository = "https://github.com/phi-gamma/vtcol" keywords = [ "linux", "virtual_terminal", "tty", "console", "system" ] diff --git a/doc/vtcol.rst b/doc/vtcol.rst index eaab8bf..860cde4 100644 --- a/doc/vtcol.rst +++ b/doc/vtcol.rst @@ -7,9 +7,9 @@ ******************************************************************************* -:Date: 2015-05-03 +:Date: 2017-01-22 :Copyright: GPL v3.0 -:Version: 0.42.0 +:Version: 0.42.2 :Manual section: 1 :Manual group: console diff --git a/misc/etc/grub.d/42_vtcol b/misc/etc/grub.d/42_vtcol index e3a77fb..cb570ed 100755 --- a/misc/etc/grub.d/42_vtcol +++ b/misc/etc/grub.d/42_vtcol @@ -1,7 +1,7 @@ #!/bin/sh exec tail -n +3 $0 ############################################################################### -# Copyright 2015 Philipp Gesang +# Copyright 2017--2017 Philipp Gesang # Example grub menu entries for loading a vtcol-enabled ramdisk ############################################################################### # diff --git a/misc/etc/initcpio/hooks/vtcol b/misc/etc/initcpio/hooks/vtcol index be02f24..42170b4 100644 --- a/misc/etc/initcpio/hooks/vtcol +++ b/misc/etc/initcpio/hooks/vtcol @@ -1,6 +1,6 @@ #!/usr/bin/ash ############################################################################### -# Copyright 2015 Philipp Gesang +# Copyright 2015--2017 Philipp Gesang # Example mkinitcpio hook invoking vtcol in the initramfs environment ############################################################################### # diff --git a/misc/etc/initcpio/install/vtcol b/misc/etc/initcpio/install/vtcol index 3fb01c9..400ec07 100644 --- a/misc/etc/initcpio/install/vtcol +++ b/misc/etc/initcpio/install/vtcol @@ -1,6 +1,6 @@ #!/bin/bash ############################################################################### -# Copyright 2015 Philipp Gesang +# Copyright 2015--2017 Philipp Gesang # Example mkinitcpio build hook invoking vtcol in the initramfs environment ############################################################################### # diff --git a/misc/etc/mkinitcpio-vtcol.conf b/misc/etc/mkinitcpio-vtcol.conf index 128afbe..b409d63 100644 --- a/misc/etc/mkinitcpio-vtcol.conf +++ b/misc/etc/mkinitcpio-vtcol.conf @@ -1,5 +1,5 @@ ############################################################################### -# Copyright 2015 Philipp Gesang +# Copyright 2015--2017 Philipp Gesang # Example configuration for the initramfs ############################################################################### # diff --git a/misc/etc/mkinitcpio.d/vtcol.preset b/misc/etc/mkinitcpio.d/vtcol.preset index cccd004..5b23f1b 100644 --- a/misc/etc/mkinitcpio.d/vtcol.preset +++ b/misc/etc/mkinitcpio.d/vtcol.preset @@ -1,5 +1,5 @@ ############################################################################### -# Copyright 2015 Philipp Gesang +# Copyright 2015--2017 Philipp Gesang # Example initcpio preset for vtcol ############################################################################### # |