summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bundle-libraries.sh2
-rwxr-xr-xscripts/ext-toolchain.sh2
-rwxr-xr-xscripts/srecimage.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/bundle-libraries.sh b/scripts/bundle-libraries.sh
index 508fe787f2..aba1cd6268 100755
--- a/scripts/bundle-libraries.sh
+++ b/scripts/bundle-libraries.sh
@@ -2,7 +2,7 @@
#
# Script to install host system binaries along with required libraries.
#
-# Copyright (C) 2012-2013 Jo-Philipp Wich <jow@openwrt.org>
+# Copyright (C) 2012-2013 Jo-Philipp Wich <jo@mein.io>
#
# 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
diff --git a/scripts/ext-toolchain.sh b/scripts/ext-toolchain.sh
index a552fbe3fc..09390c5e0d 100755
--- a/scripts/ext-toolchain.sh
+++ b/scripts/ext-toolchain.sh
@@ -3,7 +3,7 @@
# Script for various external toolchain tasks, refer to
# the --help output for more information.
#
-# Copyright (C) 2012 Jo-Philipp Wich <jow@openwrt.org>
+# Copyright (C) 2012 Jo-Philipp Wich <jo@mein.io>
#
# 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
diff --git a/scripts/srecimage.pl b/scripts/srecimage.pl
index a68aa61f5b..b9e2a843bf 100755
--- a/scripts/srecimage.pl
+++ b/scripts/srecimage.pl
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
#
# srecimage.pl - script to convert a binary image into srec
-# Copyright (c) 2015 - Jo-Philipp Wich <jow@openwrt.org>
+# Copyright (c) 2015 - Jo-Philipp Wich <jo@mein.io>
#
# This script is in the public domain.