Author: dteske Date: Thu Mar 5 00:44:50 2015 New Revision: 279619 URL: https://svnweb.freebsd.org/changeset/base/279619
Log: MFC r278493: Update copyrights. Modified: stable/10/usr.sbin/bsdconfig/console/INDEX stable/10/usr.sbin/bsdconfig/includes/INDEX stable/10/usr.sbin/bsdconfig/networking/share/device.subr stable/10/usr.sbin/bsdconfig/share/dialog.subr stable/10/usr.sbin/bsdconfig/share/keymap.subr stable/10/usr.sbin/bsdconfig/usermgmt/share/user.subr Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbin/bsdconfig/console/INDEX ============================================================================== --- stable/10/usr.sbin/bsdconfig/console/INDEX Thu Mar 5 00:43:50 2015 (r279618) +++ stable/10/usr.sbin/bsdconfig/console/INDEX Thu Mar 5 00:44:50 2015 (r279619) @@ -1,5 +1,5 @@ # Copyright (c) 2012 Ron McDowell -# Copyright (c) 2012 Devin Teske +# Copyright (c) 2012-2015 Devin Teske # All rights reserved. # # Redistribution and use in source and binary forms, with or without Modified: stable/10/usr.sbin/bsdconfig/includes/INDEX ============================================================================== --- stable/10/usr.sbin/bsdconfig/includes/INDEX Thu Mar 5 00:43:50 2015 (r279618) +++ stable/10/usr.sbin/bsdconfig/includes/INDEX Thu Mar 5 00:44:50 2015 (r279619) @@ -1,4 +1,4 @@ -# Copyright (c) 2013 Devin Teske +# Copyright (c) 2013-2015 Devin Teske # All rights reserved. # # Redistribution and use in source and binary forms, with or without Modified: stable/10/usr.sbin/bsdconfig/networking/share/device.subr ============================================================================== --- stable/10/usr.sbin/bsdconfig/networking/share/device.subr Thu Mar 5 00:43:50 2015 (r279618) +++ stable/10/usr.sbin/bsdconfig/networking/share/device.subr Thu Mar 5 00:44:50 2015 (r279619) @@ -1,6 +1,6 @@ if [ ! "$_NETWORKING_DEVICE_SUBR" ]; then _NETWORKING_DEVICE_SUBR=1 # -# Copyright (c) 2006-2013 Devin Teske +# Copyright (c) 2006-2015 Devin Teske # All rights reserved. # # Redistribution and use in source and binary forms, with or without Modified: stable/10/usr.sbin/bsdconfig/share/dialog.subr ============================================================================== --- stable/10/usr.sbin/bsdconfig/share/dialog.subr Thu Mar 5 00:43:50 2015 (r279618) +++ stable/10/usr.sbin/bsdconfig/share/dialog.subr Thu Mar 5 00:44:50 2015 (r279619) @@ -1,6 +1,6 @@ if [ ! "$_DIALOG_SUBR" ]; then _DIALOG_SUBR=1 # -# Copyright (c) 2006-2014 Devin Teske +# Copyright (c) 2006-2015 Devin Teske # All rights reserved. # # Redistribution and use in source and binary forms, with or without Modified: stable/10/usr.sbin/bsdconfig/share/keymap.subr ============================================================================== --- stable/10/usr.sbin/bsdconfig/share/keymap.subr Thu Mar 5 00:43:50 2015 (r279618) +++ stable/10/usr.sbin/bsdconfig/share/keymap.subr Thu Mar 5 00:44:50 2015 (r279619) @@ -1,6 +1,6 @@ if [ ! "$_KEYMAP_SUBR" ]; then _KEYMAP_SUBR=1 # -# Copyright (c) 2013 Devin Teske +# Copyright (c) 2013-2015 Devin Teske # All rights reserved. # # Redistribution and use in source and binary forms, with or without Modified: stable/10/usr.sbin/bsdconfig/usermgmt/share/user.subr ============================================================================== --- stable/10/usr.sbin/bsdconfig/usermgmt/share/user.subr Thu Mar 5 00:43:50 2015 (r279618) +++ stable/10/usr.sbin/bsdconfig/usermgmt/share/user.subr Thu Mar 5 00:44:50 2015 (r279619) @@ -1,7 +1,7 @@ if [ ! "$_USERMGMT_USER_SUBR" ]; then _USERMGMT_USER_SUBR=1 # # Copyright (c) 2012 Ron McDowell -# Copyright (c) 2012-2014 Devin Teske +# Copyright (c) 2012-2015 Devin Teske # All rights reserved. # # Redistribution and use in source and binary forms, with or without _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "[email protected]"
