# HG changeset patch # User Mikael Berthe # Date 1404056851 -7200 # Node ID 7e73bb91665ed598fb8018d8cd1a5b9ff988e14c # Parent cc0ee80cf216dd509dd3f767e93772fd0705b6ae Add copyright notices to the arch-specific files diff -r cc0ee80cf216 -r 7e73bb91665e goduf-byinode_fallback.go --- a/goduf-byinode_fallback.go Sun Jun 29 17:34:32 2014 +0200 +++ b/goduf-byinode_fallback.go Sun Jun 29 17:47:31 2014 +0200 @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2014 Mikael Berthe + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. + */ // +build plan9 windows diff -r cc0ee80cf216 -r 7e73bb91665e goduf-byinode_unix.go --- a/goduf-byinode_unix.go Sun Jun 29 17:34:32 2014 +0200 +++ b/goduf-byinode_unix.go Sun Jun 29 17:47:31 2014 +0200 @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2014 Mikael Berthe + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. + */ // +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris