Add copyright notices to the arch-specific files
authorMikael Berthe <mikael@lilotux.net>
Sun, 29 Jun 2014 17:47:31 +0200
changeset 17 7e73bb91665e
parent 16 cc0ee80cf216
child 18 5219596f5c71
Add copyright notices to the arch-specific files
goduf-byinode_fallback.go
goduf-byinode_unix.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 <mikael@lilotux.net>
+ *
+ * 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
 
--- 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 <mikael@lilotux.net>
+ *
+ * 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