diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-02-25 02:09:14 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-02-25 02:09:14 +0100 |
commit | 805c35847902abfc74fe9a8fc3394a05ff8906d0 (patch) | |
tree | 9d56a6e54633476a7cee04487a95b39473d6a803 /src/blogc-make | |
parent | fb27e8ed5030e6b5aa8df33cc4d347eacaef76ba (diff) | |
download | blogc-805c35847902abfc74fe9a8fc3394a05ff8906d0.tar.gz blogc-805c35847902abfc74fe9a8fc3394a05ff8906d0.tar.bz2 blogc-805c35847902abfc74fe9a8fc3394a05ff8906d0.zip |
*: updated copyright
Diffstat (limited to 'src/blogc-make')
-rw-r--r-- | src/blogc-make/atom.c | 2 | ||||
-rw-r--r-- | src/blogc-make/atom.h | 2 | ||||
-rw-r--r-- | src/blogc-make/ctx.c | 2 | ||||
-rw-r--r-- | src/blogc-make/ctx.h | 2 | ||||
-rw-r--r-- | src/blogc-make/exec-native.c | 2 | ||||
-rw-r--r-- | src/blogc-make/exec-native.h | 2 | ||||
-rw-r--r-- | src/blogc-make/exec.c | 2 | ||||
-rw-r--r-- | src/blogc-make/exec.h | 2 | ||||
-rw-r--r-- | src/blogc-make/main.c | 2 | ||||
-rw-r--r-- | src/blogc-make/rules.c | 2 | ||||
-rw-r--r-- | src/blogc-make/rules.h | 2 | ||||
-rw-r--r-- | src/blogc-make/settings.c | 2 | ||||
-rw-r--r-- | src/blogc-make/settings.h | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/src/blogc-make/atom.c b/src/blogc-make/atom.c index c7f98a5..d5f5387 100644 --- a/src/blogc-make/atom.c +++ b/src/blogc-make/atom.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/atom.h b/src/blogc-make/atom.h index 49ff64a..9f47adc 100644 --- a/src/blogc-make/atom.h +++ b/src/blogc-make/atom.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/ctx.c b/src/blogc-make/ctx.c index 0e885ec..b584fcc 100644 --- a/src/blogc-make/ctx.c +++ b/src/blogc-make/ctx.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/ctx.h b/src/blogc-make/ctx.h index fdb02b8..e761a26 100644 --- a/src/blogc-make/ctx.h +++ b/src/blogc-make/ctx.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/exec-native.c b/src/blogc-make/exec-native.c index 7997aa4..08484cd 100644 --- a/src/blogc-make/exec-native.c +++ b/src/blogc-make/exec-native.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/exec-native.h b/src/blogc-make/exec-native.h index 9718fa3..a32b8d2 100644 --- a/src/blogc-make/exec-native.h +++ b/src/blogc-make/exec-native.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/exec.c b/src/blogc-make/exec.c index bbba573..7614151 100644 --- a/src/blogc-make/exec.c +++ b/src/blogc-make/exec.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2015-2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/exec.h b/src/blogc-make/exec.h index 970befa..5bb37d0 100644 --- a/src/blogc-make/exec.h +++ b/src/blogc-make/exec.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2015-2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/main.c b/src/blogc-make/main.c index 5f6a1e9..05b3205 100644 --- a/src/blogc-make/main.c +++ b/src/blogc-make/main.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2015-2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/rules.c b/src/blogc-make/rules.c index 36570f1..73b03fe 100644 --- a/src/blogc-make/rules.c +++ b/src/blogc-make/rules.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/rules.h b/src/blogc-make/rules.h index 7a15d45..3a04d0c 100644 --- a/src/blogc-make/rules.h +++ b/src/blogc-make/rules.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/settings.c b/src/blogc-make/settings.c index a16b9be..8ee4c64 100644 --- a/src/blogc-make/settings.c +++ b/src/blogc-make/settings.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/settings.h b/src/blogc-make/settings.h index 8ac5cd2..bfd66e0 100644 --- a/src/blogc-make/settings.h +++ b/src/blogc-make/settings.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. |