update copyright years, and add a makefile for src dir
authorDana Jansens <danakj@orodu.net>
Fri, 25 May 2007 18:19:55 +0000 (18:19 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 25 May 2007 18:19:55 +0000 (18:19 +0000)
src/Makefile [new file with mode: 0644]
src/handlers.c
src/handlers.h
src/tree.c

diff --git a/src/Makefile b/src/Makefile
new file mode 100644 (file)
index 0000000..b90edac
--- /dev/null
@@ -0,0 +1,4 @@
+all clean install:
+       $(MAKE) -C .. -$(MAKEFLAGS) $@
+
+.PHONY: all clean install
index 4306d2752709b3ee9666c5654a77512a2050f22e..4cb395c68c05f3e84375aba64910e293cd01ae96 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    handlers.h for ObConf, the configuration tool for Openbox
-   Copyright (c) 2003        Dana Jansens
+   Copyright (c) 2003-2007   Dana Jansens
    Copyright (c) 2003        Tim Riley
 
    This program is free software; you can redistribute it and/or modify
index d945ef0345a47f9ce46c1612e72a0bc6c8544735..ac0e42bfdd530aa5f72b6f30e49443a63bc3c077 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    handlers.h for ObConf, the configuration tool for Openbox
-   Copyright (c) 2003        Dana Jansens
+   Copyright (c) 2003-2007   Dana Jansens
    Copyright (c) 2003        Tim Riley
 
    This program is free software; you can redistribute it and/or modify
index 5d15dbccff52f0c53b4f50bba5699792d95ce219..ed51f0b3ebcb3324c1ec9e0093a809ab72c8548c 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    tree.c for ObConf, the configuration tool for Openbox
-   Copyright (c) 2003        Dana Jansens
+   Copyright (c) 2003-2007   Dana Jansens
 
    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