Commit 6684b5729df289ba60a404d8d095d820dc553cdf
Committed by
Jiri Kosina
1 parent
3d4f5eb126
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
lib: Change mail address of Oskar Schirmer
That old mail address doesnt exist any more. This changes all occurences to my new address. Signed-off-by: Oskar Schirmer <oskar@scara.com> Cc: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff
include/linux/rational.h
1 | 1 | /* |
2 | 2 | * rational fractions |
3 | 3 | * |
4 | - * Copyright (C) 2009 emlix GmbH, Oskar Schirmer <os@emlix.com> | |
4 | + * Copyright (C) 2009 emlix GmbH, Oskar Schirmer <oskar@scara.com> | |
5 | 5 | * |
6 | 6 | * helper functions when coping with rational numbers, |
7 | 7 | * e.g. when calculating optimum numerator/denominator pairs for |