From e0bec031040fd899d1e173a2e4724c375c0846aa Mon Sep 17 00:00:00 2001 From: Tharre Date: Sat, 16 Aug 2014 00:36:53 +0200 Subject: Add license notice to README and source files --- src/build.c | 8 ++++++++ src/build.h | 8 ++++++++ src/dbg.h | 8 ++++++++ src/filepath.c | 8 ++++++++ src/filepath.h | 8 ++++++++ src/redo-always.c | 8 ++++++++ src/redo-ifchange.c | 8 ++++++++ src/redo.c | 8 ++++++++ src/util.c | 8 ++++++++ src/util.h | 8 ++++++++ 10 files changed, 80 insertions(+) (limited to 'src') diff --git a/src/build.c b/src/build.c index f4e90da..bdb400b 100644 --- a/src/build.c +++ b/src/build.c @@ -1,3 +1,11 @@ +/* build.c + * + * Copyright (c) 2014 Tharre + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + */ + #define _XOPEN_SOURCE 600 #include #include diff --git a/src/build.h b/src/build.h index 5621c42..ada4df0 100644 --- a/src/build.h +++ b/src/build.h @@ -1,3 +1,11 @@ +/* build.h + * + * Copyright (c) 2014 Tharre + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + */ + #ifndef __RBUILD_H__ #define __RBUILD_H__ diff --git a/src/dbg.h b/src/dbg.h index 2f78c6e..a992cb8 100644 --- a/src/dbg.h +++ b/src/dbg.h @@ -1,3 +1,11 @@ +/* dbg.h + * + * Copyright (c) 2014 Tharre + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + */ + #ifndef __DBG_H__ #define __DBG_H__ diff --git a/src/filepath.c b/src/filepath.c index fd6f953..d31a008 100644 --- a/src/filepath.c +++ b/src/filepath.c @@ -1,3 +1,11 @@ +/* filepath.c + * + * Copyright (c) 2014 Tharre + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + */ + #include #include #include diff --git a/src/filepath.h b/src/filepath.h index f7d6da9..fd80768 100644 --- a/src/filepath.h +++ b/src/filepath.h @@ -1,3 +1,11 @@ +/* filepath.h + * + * Copyright (c) 2014 Tharre + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + */ + #ifndef __FILEPATH_H__ #define __FILEPATH_H__ diff --git a/src/redo-always.c b/src/redo-always.c index 993d73b..b6e5978 100644 --- a/src/redo-always.c +++ b/src/redo-always.c @@ -1,3 +1,11 @@ +/* redo-always.c + * + * Copyright (c) 2014 Tharre + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + */ + #include "build.h" int main(int argc, char *argv[]) { diff --git a/src/redo-ifchange.c b/src/redo-ifchange.c index 0b4c1af..c6974ac 100644 --- a/src/redo-ifchange.c +++ b/src/redo-ifchange.c @@ -1,3 +1,11 @@ +/* redo-ifchange.c + * + * Copyright (c) 2014 Tharre + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + */ + #include #include diff --git a/src/redo.c b/src/redo.c index 6cf68c3..b6046e2 100644 --- a/src/redo.c +++ b/src/redo.c @@ -1,3 +1,11 @@ +/* redo.c + * + * Copyright (c) 2014 Tharre + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + */ + #define _XOPEN_SOURCE 600 #include #include diff --git a/src/util.c b/src/util.c index 77df646..5fc6d47 100644 --- a/src/util.c +++ b/src/util.c @@ -1,3 +1,11 @@ +/* util.c + * + * Copyright (c) 2014 Tharre + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + */ + #include #include #include diff --git a/src/util.h b/src/util.h index 8ff713c..500ee6e 100644 --- a/src/util.h +++ b/src/util.h @@ -1,3 +1,11 @@ +/* util.h + * + * Copyright (c) 2014 Tharre + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + */ + #ifndef __RUTIL_H__ #define __RUTIL_H__ -- cgit v1.2.3-70-g09d2