Skip to content

Commit f647724

Browse files
committed
Added a header
1 parent 9d0dc61 commit f647724

File tree

3 files changed

+60
-0
lines changed

3 files changed

+60
-0
lines changed

Makefile.am

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# configure.ac, was previously configure.in (before 2019)
2+
#
3+
# Copyright ?-2002 Jim Meyering <[email protected]>
4+
# Copyright 2002-2006 Nicholas Harbour <[email protected]>
5+
# Copyright 2019 Joao Eriberto Mota Filho <[email protected]>
6+
#
7+
# This program is free software; you can redistribute it and/or modify
8+
# it under the terms of the GNU General Public License as published by
9+
# the Free Software Foundation; either version 2 of the License, or
10+
# (at your option) any later version.
11+
#
12+
# This program is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
#
17+
# You should have received a copy of the GNU General Public License along
18+
# with this program; if not, write to the Free Software Foundation, Inc.,
19+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20+
121
AUTOMAKE_OPTIONS = foreign no-dependencies
222

323
SUBDIRS = src man

configure.ac

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# configure.ac, was previously configure.in (before 2019)
2+
#
3+
# Copyright ?-2002 Jim Meyering <[email protected]>
4+
# Copyright 2002-2006 Nicholas Harbour <[email protected]>
5+
# Copyright 2019 Joao Eriberto Mota Filho <[email protected]>
6+
#
7+
# This program is free software; you can redistribute it and/or modify
8+
# it under the terms of the GNU General Public License as published by
9+
# the Free Software Foundation; either version 2 of the License, or
10+
# (at your option) any later version.
11+
#
12+
# This program is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
#
17+
# You should have received a copy of the GNU General Public License along
18+
# with this program; if not, write to the Free Software Foundation, Inc.,
19+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20+
121
AC_PREREQ([2.69])
222

323
AC_INIT([dcfldd], [1.5], [https://github.com/resurrecting-open-source-projects/dcfldd/issues])

src/Makefile.am

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# configure.ac, was previously configure.in (before 2019)
2+
#
3+
# Copyright ?-2002 Jim Meyering <[email protected]>
4+
# Copyright 2002-2006 Nicholas Harbour <[email protected]>
5+
# Copyright 2019 Joao Eriberto Mota Filho <[email protected]>
6+
#
7+
# This program is free software; you can redistribute it and/or modify
8+
# it under the terms of the GNU General Public License as published by
9+
# the Free Software Foundation; either version 2 of the License, or
10+
# (at your option) any later version.
11+
#
12+
# This program is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
#
17+
# You should have received a copy of the GNU General Public License along
18+
# with this program; if not, write to the Free Software Foundation, Inc.,
19+
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20+
121
bin_PROGRAMS = dcfldd
222

323
AM_CFLAGS = -fgnu89-inline

0 commit comments

Comments
 (0)