Date: Sun, 31 Dec 2017 16:52:29 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r327436 - in stable/11: . sys/sys Message-ID: <201712311652.vBVGqTKh036057@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bz Date: Sun Dec 31 16:52:29 2017 New Revision: 327436 URL: https://svnweb.freebsd.org/changeset/base/327436 Log: MFC r327435: Happy New Year 2018 my friends! Modified: stable/11/COPYRIGHT stable/11/sys/sys/copyright.h Directory Properties: stable/11/ (props changed) Modified: stable/11/COPYRIGHT ============================================================================== --- stable/11/COPYRIGHT Sun Dec 31 16:48:04 2017 (r327435) +++ stable/11/COPYRIGHT Sun Dec 31 16:52:29 2017 (r327436) @@ -4,7 +4,7 @@ The compilation of software known as FreeBSD is distributed under the following terms: -Copyright (c) 1992-2017 The FreeBSD Project. All rights reserved. +Copyright (c) 1992-2018 The FreeBSD Project. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions Modified: stable/11/sys/sys/copyright.h ============================================================================== --- stable/11/sys/sys/copyright.h Sun Dec 31 16:48:04 2017 (r327435) +++ stable/11/sys/sys/copyright.h Sun Dec 31 16:52:29 2017 (r327436) @@ -1,5 +1,5 @@ /*- - * Copyright (C) 1992-2017 The FreeBSD Project. All rights reserved. + * Copyright (C) 1992-2018 The FreeBSD Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -34,7 +34,7 @@ /* FreeBSD */ #define COPYRIGHT_FreeBSD \ - "Copyright (c) 1992-2017 The FreeBSD Project.\n" + "Copyright (c) 1992-2018 The FreeBSD Project.\n" /* Foundation */ #define TRADEMARK_Foundation \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712311652.vBVGqTKh036057>