Author: wulf
Date: Sun Jul 23 20:41:58 2017
New Revision: 321399
URL: https://svnweb.freebsd.org/changeset/base/321399

Log:
  Change my email address to [email protected] in copyright headers.
  
  Approved by:  gonzo (mentor)
  MFC after:    2 weeks

Modified:
  head/sys/dev/evdev/cdev.c
  head/sys/dev/evdev/evdev.c
  head/sys/dev/evdev/evdev_mt.c
  head/sys/dev/evdev/evdev_private.h
  head/sys/dev/evdev/evdev_utils.c
  head/sys/dev/evdev/input-event-codes.h
  head/sys/dev/evdev/input.h
  head/sys/dev/evdev/uinput.c
  head/sys/dev/evdev/uinput.h

Modified: head/sys/dev/evdev/cdev.c
==============================================================================
--- head/sys/dev/evdev/cdev.c   Sun Jul 23 20:35:26 2017        (r321398)
+++ head/sys/dev/evdev/cdev.c   Sun Jul 23 20:41:58 2017        (r321399)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (c) 2014 Jakub Wojciech Klama <[email protected]>
- * Copyright (c) 2015-2016 Vladimir Kondratyev <[email protected]>
+ * Copyright (c) 2015-2016 Vladimir Kondratyev <[email protected]>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/evdev/evdev.c
==============================================================================
--- head/sys/dev/evdev/evdev.c  Sun Jul 23 20:35:26 2017        (r321398)
+++ head/sys/dev/evdev/evdev.c  Sun Jul 23 20:41:58 2017        (r321399)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (c) 2014 Jakub Wojciech Klama <[email protected]>
- * Copyright (c) 2015-2016 Vladimir Kondratyev <[email protected]>
+ * Copyright (c) 2015-2016 Vladimir Kondratyev <[email protected]>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/evdev/evdev_mt.c
==============================================================================
--- head/sys/dev/evdev/evdev_mt.c       Sun Jul 23 20:35:26 2017        
(r321398)
+++ head/sys/dev/evdev/evdev_mt.c       Sun Jul 23 20:41:58 2017        
(r321399)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2016 Vladimir Kondratyev <[email protected]>
+ * Copyright (c) 2016 Vladimir Kondratyev <[email protected]>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/evdev/evdev_private.h
==============================================================================
--- head/sys/dev/evdev/evdev_private.h  Sun Jul 23 20:35:26 2017        
(r321398)
+++ head/sys/dev/evdev/evdev_private.h  Sun Jul 23 20:41:58 2017        
(r321399)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (c) 2014 Jakub Wojciech Klama <[email protected]>
- * Copyright (c) 2015-2016 Vladimir Kondratyev <[email protected]>
+ * Copyright (c) 2015-2016 Vladimir Kondratyev <[email protected]>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/evdev/evdev_utils.c
==============================================================================
--- head/sys/dev/evdev/evdev_utils.c    Sun Jul 23 20:35:26 2017        
(r321398)
+++ head/sys/dev/evdev/evdev_utils.c    Sun Jul 23 20:41:58 2017        
(r321399)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (c) 2014 Jakub Wojciech Klama <[email protected]>
- * Copyright (c) 2015-2016 Vladimir Kondratyev <[email protected]>
+ * Copyright (c) 2015-2016 Vladimir Kondratyev <[email protected]>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/evdev/input-event-codes.h
==============================================================================
--- head/sys/dev/evdev/input-event-codes.h      Sun Jul 23 20:35:26 2017        
(r321398)
+++ head/sys/dev/evdev/input-event-codes.h      Sun Jul 23 20:41:58 2017        
(r321399)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (c) 2016 Oleksandr Tymoshenko <[email protected]>
- * Copyright (c) 2015-2016 Vladimir Kondratyev <[email protected]>
+ * Copyright (c) 2015-2016 Vladimir Kondratyev <[email protected]>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/evdev/input.h
==============================================================================
--- head/sys/dev/evdev/input.h  Sun Jul 23 20:35:26 2017        (r321398)
+++ head/sys/dev/evdev/input.h  Sun Jul 23 20:41:58 2017        (r321399)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (c) 2016 Oleksandr Tymoshenko <[email protected]>
- * Copyright (c) 2015-2016 Vladimir Kondratyev <[email protected]>
+ * Copyright (c) 2015-2016 Vladimir Kondratyev <[email protected]>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/evdev/uinput.c
==============================================================================
--- head/sys/dev/evdev/uinput.c Sun Jul 23 20:35:26 2017        (r321398)
+++ head/sys/dev/evdev/uinput.c Sun Jul 23 20:41:58 2017        (r321399)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (c) 2014 Jakub Wojciech Klama <[email protected]>
- * Copyright (c) 2015-2016 Vladimir Kondratyev <[email protected]>
+ * Copyright (c) 2015-2016 Vladimir Kondratyev <[email protected]>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/evdev/uinput.h
==============================================================================
--- head/sys/dev/evdev/uinput.h Sun Jul 23 20:35:26 2017        (r321398)
+++ head/sys/dev/evdev/uinput.h Sun Jul 23 20:41:58 2017        (r321399)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (c) 2016 Oleksandr Tymoshenko <[email protected]>
- * Copyright (c) 2015-2016 Vladimir Kondratyev <[email protected]>
+ * Copyright (c) 2015-2016 Vladimir Kondratyev <[email protected]>
  * 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-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to