Skip to content

Commit adccefb

Browse files
committed
polished authorship status at beginning of files
1 parent ffd0756 commit adccefb

5 files changed

Lines changed: 6 additions & 10 deletions

File tree

src/daemon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Copyright (C) 2012 Peter Lombardo <http://peterlombardo.wikidot.com/linux-daemon-in-c>
3-
* Modifications (2012) by Daniel Graziotin <daniel@ineed.coffee>
43
* Modifications (2012) by Ismail Khatib <ikhatib@gmail.com>
4+
* Modifications (2012-present) by Daniel Graziotin <daniel@ineed.coffee>
55
*
66
* This program is free software: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

src/daemon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) (2012) Daniel Graziotin <daniel@ineed.coffee>
2+
* Copyright (C) (2012-present) Daniel Graziotin <daniel@ineed.coffee>
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) (2012-2014) Daniel Graziotin <daniel@ineed.coffee>
2+
* Copyright (C) (2012-present) Daniel Graziotin <daniel@ineed.coffee>
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

src/mbpfan.c

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* mbpfan.c - automatically control fan for MacBook Pro
33
* Copyright (C) 2010 Allan McRae <allan@archlinux.org>
44
* Modifications by Rafael Vega <rvega@elsoftwarehamuerto.org>
5-
* Modifications (2012) by Daniel Graziotin <daniel@ineed.coffee>
65
* Modifications (2012) by Ismail Khatib <ikhatib@gmail.com>
6+
* Modifications (2012-present) by Daniel Graziotin <daniel@ineed.coffee> [CURRENT MAINTAINER]
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by
@@ -15,18 +15,14 @@
1515
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
* GNU General Public License for more details.
1717
*
18-
* 2014-06-22 - v1.7.0
1918
*
2019
* Notes:
2120
* Assumes any number of processors and fans (max. 10)
2221
* It uses only the temperatures from the processors as input.
2322
* Requires coretemp and applesmc kernel modules to be loaded.
2423
* Requires root use
2524
*
26-
* Tested models:
27-
* MacBook Pro 8.1 13" (Intel i7 - Linux 3.2)
28-
* MacBook Pro 6,2 15" (Intel i7 - Linux 3.2)
29-
* MacBook Pro 2,2 15" (Intel Core 2 Duo - Linux 3.4.4)
25+
* Tested models: see README.md
3026
*/
3127

3228

src/mbpfan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Copyright (C) 2010 Allan McRae <allan@archlinux.org>
3-
* Modifications (2012) by Daniel Graziotin <daniel@ineed.coffee>
3+
* Modifications (2012-present) by Daniel Graziotin <daniel@ineed.coffee>
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)