summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/timezone
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-07-07 18:21:30 +0000
committerdteske <dteske@FreeBSD.org>2013-07-07 18:21:30 +0000
commit24670b047ae8d727af17693906f770f85453e3e5 (patch)
tree6a8809d9de5f5d7eb41482afc87a0c85f22b5762 /usr.sbin/bsdconfig/timezone
parent07b5dea6f5fe17f0c117daaa45e53d50b9000e9a (diff)
downloadFreeBSD-src-24670b047ae8d727af17693906f770f85453e3e5.zip
FreeBSD-src-24670b047ae8d727af17693906f770f85453e3e5.tar.gz
Be consistent with other usr.sbin programs w/respect to the copyright
wording ("All rights reserved."); I had the casing wrong on many instances.
Diffstat (limited to 'usr.sbin/bsdconfig/timezone')
-rw-r--r--usr.sbin/bsdconfig/timezone/USAGE2
-rw-r--r--usr.sbin/bsdconfig/timezone/share/continents.subr2
-rw-r--r--usr.sbin/bsdconfig/timezone/share/countries.subr2
-rw-r--r--usr.sbin/bsdconfig/timezone/share/iso3166.subr2
-rw-r--r--usr.sbin/bsdconfig/timezone/share/menus.subr2
-rw-r--r--usr.sbin/bsdconfig/timezone/share/zones.subr2
-rwxr-xr-xusr.sbin/bsdconfig/timezone/timezone2
7 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/bsdconfig/timezone/USAGE b/usr.sbin/bsdconfig/timezone/USAGE
index cdd7d9a..f120f08 100644
--- a/usr.sbin/bsdconfig/timezone/USAGE
+++ b/usr.sbin/bsdconfig/timezone/USAGE
@@ -1,5 +1,5 @@
# Copyright (c) 2011-2013 Devin Teske
-# All Rights Reserved.
+# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/usr.sbin/bsdconfig/timezone/share/continents.subr b/usr.sbin/bsdconfig/timezone/share/continents.subr
index 9a66ec7..d70e6a4 100644
--- a/usr.sbin/bsdconfig/timezone/share/continents.subr
+++ b/usr.sbin/bsdconfig/timezone/share/continents.subr
@@ -1,7 +1,7 @@
if [ ! "$_TIMEZONE_CONTINENTS_SUBR" ]; then _TIMEZONE_CONTINENTS_SUBR=1
#
# Copyright (c) 2011-2012 Devin Teske
-# All Rights Reserved.
+# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/usr.sbin/bsdconfig/timezone/share/countries.subr b/usr.sbin/bsdconfig/timezone/share/countries.subr
index 6a39dc7..b8b1605 100644
--- a/usr.sbin/bsdconfig/timezone/share/countries.subr
+++ b/usr.sbin/bsdconfig/timezone/share/countries.subr
@@ -1,7 +1,7 @@
if [ ! "$_TIMEZONE_COUNTRIES_SUBR" ]; then _TIMEZONE_COUNTRIES_SUBR=1
#
# Copyright (c) 2011-2012 Devin Teske
-# All Rights Reserved.
+# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/usr.sbin/bsdconfig/timezone/share/iso3166.subr b/usr.sbin/bsdconfig/timezone/share/iso3166.subr
index 9af6393..5fc5e75 100644
--- a/usr.sbin/bsdconfig/timezone/share/iso3166.subr
+++ b/usr.sbin/bsdconfig/timezone/share/iso3166.subr
@@ -1,7 +1,7 @@
if [ ! "$_TIMEZONE_ISO3166_SUBR" ]; then _TIMEZONE_ISO3166_SUBR=1
#
# Copyright (c) 2011-2012 Devin Teske
-# All Rights Reserved.
+# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/usr.sbin/bsdconfig/timezone/share/menus.subr b/usr.sbin/bsdconfig/timezone/share/menus.subr
index 687e102..3b6db6b 100644
--- a/usr.sbin/bsdconfig/timezone/share/menus.subr
+++ b/usr.sbin/bsdconfig/timezone/share/menus.subr
@@ -1,7 +1,7 @@
if [ ! "$_TIMEZONE_MENUS_SUBR" ]; then _TIMEZONE_MENUS_SUBR=1
#
# Copyright (c) 2011-2012 Devin Teske
-# All Rights Reserved.
+# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/usr.sbin/bsdconfig/timezone/share/zones.subr b/usr.sbin/bsdconfig/timezone/share/zones.subr
index cbadc5b..d829ed2 100644
--- a/usr.sbin/bsdconfig/timezone/share/zones.subr
+++ b/usr.sbin/bsdconfig/timezone/share/zones.subr
@@ -1,7 +1,7 @@
if [ ! "$_TIMEZONE_ZONES_SUBR" ]; then _TIMEZONE_ZONES_SUBR=1
#
# Copyright (c) 2011-2012 Devin Teske
-# All Rights Reserved.
+# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
diff --git a/usr.sbin/bsdconfig/timezone/timezone b/usr.sbin/bsdconfig/timezone/timezone
index 55663f2..f94bc4b 100755
--- a/usr.sbin/bsdconfig/timezone/timezone
+++ b/usr.sbin/bsdconfig/timezone/timezone
@@ -1,7 +1,7 @@
#!/bin/sh
#-
# Copyright (c) 2011-2013 Devin Teske
-# All Rights Reserved.
+# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
OpenPOWER on IntegriCloud