Author: ian Date: Thu Apr 7 18:19:09 2016 New Revision: 297682 URL: https://svnweb.freebsd.org/changeset/base/297682
Log: Fix a copyright glitch before it gets copy-pasted again. I think this must have started as collateral damage in a global search-replace, then it got copied around when I cloned a file to begin creating a new file. Modified: head/sys/arm/arm/locore.S head/sys/arm/arm/physmem.c head/sys/mips/mips/ofw_machdep.c Modified: head/sys/arm/arm/locore.S ============================================================================== --- head/sys/arm/arm/locore.S Thu Apr 7 18:03:42 2016 (r297681) +++ head/sys/arm/arm/locore.S Thu Apr 7 18:19:09 2016 (r297682) @@ -1,6 +1,6 @@ /*- * Copyright (c) 2014 Ian Lepore <[email protected]> - * All rights excluded. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Modified: head/sys/arm/arm/physmem.c ============================================================================== --- head/sys/arm/arm/physmem.c Thu Apr 7 18:03:42 2016 (r297681) +++ head/sys/arm/arm/physmem.c Thu Apr 7 18:19:09 2016 (r297682) @@ -1,6 +1,6 @@ /*- * Copyright (c) 2014 Ian Lepore <[email protected]> - * All rights excluded. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Modified: head/sys/mips/mips/ofw_machdep.c ============================================================================== --- head/sys/mips/mips/ofw_machdep.c Thu Apr 7 18:03:42 2016 (r297681) +++ head/sys/mips/mips/ofw_machdep.c Thu Apr 7 18:19:09 2016 (r297682) @@ -1,6 +1,6 @@ /*- * Copyright (c) 2015 Ian Lepore <[email protected]> - * All rights excluded. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
