maint: update copyright
[gnulib.git] / lib / csharpcomp.h
index 46c319f..ae31bfe 100644 (file)
@@ -1,5 +1,5 @@
 /* Compile a C# program.
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2009-2014 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2003.
 
    This program is free software: you can redistribute it and/or modify
    If verbose, the command to be executed will be printed.
    Return false if OK, true on error.  */
 extern bool compile_csharp_class (const char * const *sources,
-                                 unsigned int sources_count,
-                                 const char * const *libdirs,
-                                 unsigned int libdirs_count,
-                                 const char * const *libraries,
-                                 unsigned int libraries_count,
-                                 const char *output_file,
-                                 bool optimize, bool debug,
-                                 bool verbose);
+                                  unsigned int sources_count,
+                                  const char * const *libdirs,
+                                  unsigned int libdirs_count,
+                                  const char * const *libraries,
+                                  unsigned int libraries_count,
+                                  const char *output_file,
+                                  bool optimize, bool debug,
+                                  bool verbose);
 
 #endif /* _CSHARPCOMP_H */