Blob Blame History Raw
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/anjuta-plugin/src/plugin.c anjuta-2.26.2.2/plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/anjuta-plugin/src/plugin.c	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/anjuta-plugin/src/plugin.c	2009-07-14 10:45:51.000000000 +0530
@@ -5,9 +5,9 @@
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  * 
 [+CASE (get "License") +]
-[+ == "BSD"  +][+(bsd  "plugin.c" (get "Author") " * ")+]
-[+ == "LGPL" +][+(lgpl "plugin.c" (get "Author") " * ")+]
-[+ == "GPL"  +][+(gpl  "plugin.c"                " * ")+]
+[+ == "BSD"  +][+(bsd  (get "Name") (get "Author") " * ")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+]
+[+ == "GPL"  +][+(gpl  (get "Name")                " * ")+]
 [+ESAC+] */
 
 #include <config.h>
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/anjuta-plugin/src/plugin.h anjuta-2.26.2.2/plugins/project-wizard/templates/anjuta-plugin/src/plugin.h
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/anjuta-plugin/src/plugin.h	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/anjuta-plugin/src/plugin.h	2009-07-14 10:45:51.000000000 +0530
@@ -5,9 +5,9 @@
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  * 
 [+CASE (get "License") +]
-[+ == "BSD"  +][+(bsd  "plugin.h" (get "Author") " * ")+]
-[+ == "LGPL" +][+(lgpl "plugin.h" (get "Author") " * ")+]
-[+ == "GPL"  +][+(gpl  "plugin.h"                " * ")+]
+[+ == "BSD"  +][+(bsd  (get "Name") (get "Author") " * ")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+]
+[+ == "GPL"  +][+(gpl  (get "Name")                " * ")+]
 [+ESAC+] */
 
 #ifndef _[+NameCUpper+]_H_
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/anjuta-plugin-vala/src/config.vapi anjuta-2.26.2.2/plugins/project-wizard/templates/anjuta-plugin-vala/src/config.vapi
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/anjuta-plugin-vala/src/config.vapi	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/anjuta-plugin-vala/src/config.vapi	2009-07-14 10:45:51.000000000 +0530
@@ -4,9 +4,9 @@
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  * 
 [+CASE (get "License") +]
-[+ == "BSD"  +][+(bsd  "plugin.h" (get "Author") " * ")+]
-[+ == "LGPL" +][+(lgpl "plugin.h" (get "Author") " * ")+]
-[+ == "GPL"  +][+(gpl  "plugin.h"                " * ")+]
+[+ == "BSD"  +][+(bsd  (get "Name") (get "Author") " * ")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+]
+[+ == "GPL"  +][+(gpl  (get "Name")                " * ")+]
 [+ESAC+] */
 
 [CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/anjuta-plugin-vala/src/plugin.vala anjuta-2.26.2.2/plugins/project-wizard/templates/anjuta-plugin-vala/src/plugin.vala
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/anjuta-plugin-vala/src/plugin.vala	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/anjuta-plugin-vala/src/plugin.vala	2009-07-14 10:45:51.000000000 +0530
@@ -4,9 +4,9 @@
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  * 
 [+CASE (get "License") +]
-[+ == "BSD"  +][+(bsd  "plugin.c" (get "Author") " * ")+]
-[+ == "LGPL" +][+(lgpl "plugin.c" (get "Author") " * ")+]
-[+ == "GPL"  +][+(gpl  "plugin.c"                " * ")+]
+[+ == "BSD"  +][+(bsd  (get "Name") (get "Author") " * ")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+]
+[+ == "GPL"  +][+(gpl  (get "Name")                " * ")+]
 [+ESAC+] */
 
 using GLib;
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/cpp/src/main.cc anjuta-2.26.2.2/plugins/project-wizard/templates/cpp/src/main.cc
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/cpp/src/main.cc	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/cpp/src/main.cc	2009-07-14 10:45:51.000000000 +0530
@@ -5,9 +5,9 @@
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  * 
 [+CASE (get "License") +]
-[+ == "BSD"  +][+(bsd  "main.cc" (get "Author") " * ")+]
-[+ == "LGPL" +][+(lgpl "main.cc" (get "Author") " * ")+]
-[+ == "GPL"  +][+(gpl  "main.cc"                " * ")+]
+[+ == "BSD"  +][+(bsd  (get "Name") (get "Author") " * ")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+]
+[+ == "GPL"  +][+(gpl  (get "Name")                " * ")+]
 [+ESAC+] */
 
 #include <iostream>
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/gnome-applet/src/main.c anjuta-2.26.2.2/plugins/project-wizard/templates/gnome-applet/src/main.c
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/gnome-applet/src/main.c	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/gnome-applet/src/main.c	2009-07-14 10:45:51.000000000 +0530
@@ -5,9 +5,9 @@
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  * 
 [+CASE (get "License") +]
-[+ == "BSD"  +][+(bsd  "main.c" (get "Author") " * ")+]
-[+ == "LGPL" +][+(lgpl "main.c" (get "Author") " * ")+]
-[+ == "GPL"  +][+(gpl  "main.c"                " * ")+]
+[+ == "BSD"  +][+(bsd  (get "Name") (get "Author") " * ")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+]
+[+ == "GPL"  +][+(gpl  (get "Name")                " * ")+]
 [+ESAC+] */
 
 #ifdef HAVE_CONFIG_H
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/gtk/src/callbacks.c anjuta-2.26.2.2/plugins/project-wizard/templates/gtk/src/callbacks.c
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/gtk/src/callbacks.c	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/gtk/src/callbacks.c	2009-07-14 10:45:51.000000000 +0530
@@ -5,9 +5,9 @@
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  * 
 [+CASE (get "License") +]
-[+ == "BSD"  +][+(bsd  "callbacks.c" (get "Author") " * ")+]
-[+ == "LGPL" +][+(lgpl "callbacks.c" (get "Author") " * ")+]
-[+ == "GPL"  +][+(gpl  "callbacks.c"                " * ")+]
+[+ == "BSD"  +][+(bsd  (get "Name") (get "Author") " * ")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+]
+[+ == "GPL"  +][+(gpl  (get "Name")                " * ")+]
 [+ESAC+] */
 
 #ifdef HAVE_CONFIG_H
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/gtk/src/callbacks.h anjuta-2.26.2.2/plugins/project-wizard/templates/gtk/src/callbacks.h
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/gtk/src/callbacks.h	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/gtk/src/callbacks.h	2009-07-14 10:45:51.000000000 +0530
@@ -5,9 +5,9 @@
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  * 
 [+CASE (get "License") +]
-[+ == "BSD"  +][+(bsd  "callbacks.h" (get "Author") " * ")+]
-[+ == "LGPL" +][+(lgpl "callbacks.h" (get "Author") " * ")+]
-[+ == "GPL"  +][+(gpl  "callbacks.h"                " * ")+]
+[+ == "BSD"  +][+(bsd  (get "Name") (get "Author") " * ")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+]
+[+ == "GPL"  +][+(gpl  (get "Name")                " * ")+]
 [+ESAC+] */
 
 #include <gtk/gtk.h>
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/gtk/src/main.c anjuta-2.26.2.2/plugins/project-wizard/templates/gtk/src/main.c
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/gtk/src/main.c	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/gtk/src/main.c	2009-07-14 10:45:51.000000000 +0530
@@ -5,9 +5,9 @@
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  * 
 [+CASE (get "License") +]
-[+ == "BSD"  +][+(bsd  "main.c" (get "Author") " * ")+]
-[+ == "LGPL" +][+(lgpl "main.c" (get "Author") " * ")+]
-[+ == "GPL"  +][+(gpl  "main.c"                " * ")+]
+[+ == "BSD"  +][+(bsd  (get "Name") (get "Author") " * ")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+]
+[+ == "GPL"  +][+(gpl  (get "Name")                " * ")+]
 [+ESAC+] */
 
 #include <sys/types.h>
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/gtkmm/src/main.cc anjuta-2.26.2.2/plugins/project-wizard/templates/gtkmm/src/main.cc
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/gtkmm/src/main.cc	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/gtkmm/src/main.cc	2009-07-14 10:45:51.000000000 +0530
@@ -5,9 +5,9 @@
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  * 
 [+CASE (get "License") +]
-[+ == "BSD"  +][+(bsd  "main.cc" (get "Author") " * ")+]
-[+ == "LGPL" +][+(lgpl "main.cc" (get "Author") " * ")+]
-[+ == "GPL"  +][+(gpl  "main.cc"                " * ")+]
+[+ == "BSD"  +][+(bsd  (get "Name") (get "Author") " * ")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+]
+[+ == "GPL"  +][+(gpl  (get "Name")                " * ")+]
 [+ESAC+] */
 
 #include <libglademm/xml.h>
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/java/src/main.java anjuta-2.26.2.2/plugins/project-wizard/templates/java/src/main.java
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/java/src/main.java	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/java/src/main.java	2009-07-14 10:45:51.000000000 +0530
@@ -5,9 +5,9 @@
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  * 
 [+CASE (get "License") +]
-[+ == "BSD"  +][+(bsd  "main.java" (get "Author") " * ")+]
-[+ == "LGPL" +][+(lgpl "main.java" (get "Author") " * ")+]
-[+ == "GPL"  +][+(gpl  "main.java"                " * ")+]
+[+ == "BSD"  +][+(bsd  (get "Name") (get "Author") " * ")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+]
+[+ == "GPL"  +][+(gpl  (get "Name")                " * ")+]
 [+ESAC+] */
 
 class [+MainClass+] {
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/python/src/main.py anjuta-2.26.2.2/plugins/project-wizard/templates/python/src/main.py
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/python/src/main.py	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/python/src/main.py	2009-07-14 10:45:51.000000000 +0530
@@ -5,9 +5,9 @@
 # Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
 # 
 [+CASE (get "License") +]
-[+ == "BSD"  +][+(bsd  "main.py" (get "Author") "# ")+]
-[+ == "LGPL" +][+(lgpl "main.py" (get "Author") "# ")+]
-[+ == "GPL"  +][+(gpl  "main.py"                "# ")+]
+[+ == "BSD"  +][+(bsd  (get "Name") (get "Author") "# ")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") "# ")+]
+[+ == "GPL"  +][+(gpl  (get "Name")                "# ")+]
 [+ESAC+]
 
 print "Hello World!"
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/sdl/src/main.c anjuta-2.26.2.2/plugins/project-wizard/templates/sdl/src/main.c
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/sdl/src/main.c	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/sdl/src/main.c	2009-07-14 10:45:51.000000000 +0530
@@ -4,9 +4,9 @@
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  *
 [+CASE (get "License") +]
-[+ == "BSD" +][+(bsd "main.c" (get "Author") "\t")+]
-[+ == "LGPL" +][+(lgpl "main.c" (get "Author") "\t")+]
-[+ == "GPL" +][+(gpl "main.c"  "\t")+]
+[+ == "BSD" +][+(bsd (get "Name") (get "Author") "\t")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") "\t")+]
+[+ == "GPL" +][+(gpl (get "Name")  "\t")+]
 [+ESAC+] */
 
 /*Program closes with a mouse click or keypress */
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/terminal/src/main.c anjuta-2.26.2.2/plugins/project-wizard/templates/terminal/src/main.c
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/terminal/src/main.c	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/terminal/src/main.c	2009-07-14 10:45:51.000000000 +0530
@@ -5,9 +5,9 @@
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  * 
 [+CASE (get "License") +]
-[+ == "BSD"  +][+(bsd  "main.c" (get "Author") " * ")+]
-[+ == "LGPL" +][+(lgpl "main.c" (get "Author") " * ")+]
-[+ == "GPL"  +][+(gpl  "main.c"                " * ")+]
+[+ == "BSD"  +][+(bsd  (get "Name") (get "Author") " * ")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") " * ")+]
+[+ == "GPL"  +][+(gpl  (get "Name")                " * ")+]
 [+ESAC+] */
 
 #include <stdio.h>
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/wxwin/src/main.cc anjuta-2.26.2.2/plugins/project-wizard/templates/wxwin/src/main.cc
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/wxwin/src/main.cc	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/wxwin/src/main.cc	2009-07-14 10:45:51.000000000 +0530
@@ -4,9 +4,9 @@
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  *
 [+CASE (get "License") +]
-[+ == "BSD" +][+(bsd "main.cc" (get "Author") "\t")+]
-[+ == "LGPL" +][+(lgpl "main.cc" (get "Author") "\t")+]
-[+ == "GPL" +][+(gpl "main.cc"  "\t")+]
+[+ == "BSD" +][+(bsd (get "Name") (get "Author") "\t")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") "\t")+]
+[+ == "GPL" +][+(gpl (get "Name")  "\t")+]
 [+ESAC+] */
 
 #ifdef HAVE_CONFIG_H
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/xlib/src/main.c anjuta-2.26.2.2/plugins/project-wizard/templates/xlib/src/main.c
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/xlib/src/main.c	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/xlib/src/main.c	2009-07-14 10:45:51.000000000 +0530
@@ -4,9 +4,9 @@
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  *
 [+CASE (get "License") +]
-[+ == "BSD" +][+(bsd "main.c" (get "Author") "\t")+]
-[+ == "LGPL" +][+(lgpl "main.c" (get "Author") "\t")+]
-[+ == "GPL" +][+(gpl "main.c"  "\t")+]
+[+ == "BSD" +][+(bsd (get "Name") (get "Author") "\t")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") "\t")+]
+[+ == "GPL" +][+(gpl (get "Name")  "\t")+]
 [+ESAC+] */
 
 /*Program closes with a mouse click or keypress */
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/xlib-dock/src/main.c anjuta-2.26.2.2/plugins/project-wizard/templates/xlib-dock/src/main.c
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/xlib-dock/src/main.c	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/xlib-dock/src/main.c	2009-07-14 10:45:51.000000000 +0530
@@ -4,9 +4,9 @@
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  *
 [+CASE (get "License") +]
-[+ == "BSD" +][+(bsd "main.c" (get "Author") "\t")+]
-[+ == "LGPL" +][+(lgpl "main.c" (get "Author") "\t")+]
-[+ == "GPL" +][+(gpl "main.c"  "\t")+]
+[+ == "BSD" +][+(bsd (get "Name") (get "Author") "\t")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") "\t")+]
+[+ == "GPL" +][+(gpl (get "Name")  "\t")+]
 [+ESAC+] */
 
 #ifdef HAVE_CONFIG_H
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/xlib-dock/src/wmgeneral.c anjuta-2.26.2.2/plugins/project-wizard/templates/xlib-dock/src/wmgeneral.c
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/xlib-dock/src/wmgeneral.c	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/xlib-dock/src/wmgeneral.c	2009-07-14 10:45:51.000000000 +0530
@@ -4,9 +4,9 @@
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  *
 [+CASE (get "License") +]
-[+ == "BSD" +][+(bsd "wmgeneral.c" (get "Author") "\t")+]
-[+ == "LGPL" +][+(lgpl "wmgeneral.c" (get "Author") "\t")+]
-[+ == "GPL" +][+(gpl "wmgeneral.c"  "\t")+]
+[+ == "BSD" +][+(bsd (get "Name") (get "Author") "\t")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") "\t")+]
+[+ == "GPL" +][+(gpl (get "Name")  "\t")+]
 [+ESAC+] */
 
 /*	wmgeneral was taken from wmppp.
diff -urNp anjuta-2.26.2.2.orig/plugins/project-wizard/templates/xlib-dock/src/wmgeneral.h anjuta-2.26.2.2/plugins/project-wizard/templates/xlib-dock/src/wmgeneral.h
--- anjuta-2.26.2.2.orig/plugins/project-wizard/templates/xlib-dock/src/wmgeneral.h	2009-07-14 09:43:06.000000000 +0530
+++ anjuta-2.26.2.2/plugins/project-wizard/templates/xlib-dock/src/wmgeneral.h	2009-07-14 10:45:51.000000000 +0530
@@ -4,9 +4,9 @@
  * Copyright (C) [+Author+] [+(shell "date +%Y")+] <[+Email+]>
  *
 [+CASE (get "License") +]
-[+ == "BSD" +][+(bsd "wmgeneral.h" (get "Author") "\t")+]
-[+ == "LGPL" +][+(lgpl "wmgeneral.h" (get "Author") "\t")+]
-[+ == "GPL" +][+(gpl "wmgeneral.h"  "\t")+]
+[+ == "BSD" +][+(bsd (get "Name") (get "Author") "\t")+]
+[+ == "LGPL" +][+(lgpl (get "Name") (get "Author") "\t")+]
+[+ == "GPL" +][+(gpl (get "Name")  "\t")+]
 [+ESAC+] */
 
 #ifndef WMGENERAL_H_INCLUDED