Edit

kc3-lang/automake/doc/amhello/src/main.c

Branch :

  • Show log

    Commit

  • Author : Stefano Lattarini
    Date : 2012-12-31 18:18:37
    Hash : 7df8b28c
    Message : maint: update copyright year for 2013 (in branch maint) Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>

  • doc/amhello/src/main.c
  • /* Copyright (C) 2006-2013 Free Software Foundation, Inc.
       This program is free software; the Free Software Foundation
       gives unlimited permission to copy, distribute and modify it.  */
    
    #include <config.h>
    #include <stdio.h>
    
    int
    main (void)
    {
      puts ("Hello World!");
      puts ("This is " PACKAGE_STRING ".");
      return 0;
    }