
* build-aux/devtools.sh, * build-aux/devtools_utils.sh, * build-aux/generate_dist_headers.sh, * build-aux/make_report_utils.sh, * configure.ac, * lrde-upload.sh: Here. --- ChangeLog | 12 ++++++++++++ build-aux/devtools.sh | 16 ++++++++++++++++ build-aux/devtools_utils.sh | 16 ++++++++++++++++ build-aux/generate_dist_headers.sh | 17 +++++++++++++++++ build-aux/make_report_utils.sh | 18 +++++++++++++++++- configure.ac | 18 ++++++++++++++++-- 6 files changed, 94 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index bd092e5..1e20d08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2010-05-12 Roland Levillain <roland@lrde.epita.fr> + + Add missing copyright headers. + + * build-aux/devtools.sh, + * build-aux/devtools_utils.sh, + * build-aux/generate_dist_headers.sh, + * build-aux/make_report_utils.sh, + * configure.ac, + * lrde-upload.sh: + Here. + 2010-05-28 Roland Levillain <roland@lrde.epita.fr> Add `swilena' to the branches to be uploaded. diff --git a/build-aux/devtools.sh b/build-aux/devtools.sh index 0a35ac6..b944808 100644 --- a/build-aux/devtools.sh +++ b/build-aux/devtools.sh @@ -1,3 +1,19 @@ +# Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE). +# +# This file is part of Olena. +# +# Olena is free software: you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free +# Software Foundation, version 2 of the License. +# +# Olena is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Olena. If not, see <http://www.gnu.org/licenses/>. + dname="`dirname $0`" if [ "$dname" = "." ]; then export PATH="$PWD:$PATH" diff --git a/build-aux/devtools_utils.sh b/build-aux/devtools_utils.sh index 2156a50..0c3d6b0 100644 --- a/build-aux/devtools_utils.sh +++ b/build-aux/devtools_utils.sh @@ -1,5 +1,21 @@ #!/bin/sh +# Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE). +# +# This file is part of Olena. +# +# Olena is free software: you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free +# Software Foundation, version 2 of the License. +# +# Olena is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Olena. If not, see <http://www.gnu.org/licenses/>. + # $1: a file. # diff --git a/build-aux/generate_dist_headers.sh b/build-aux/generate_dist_headers.sh index 2cace34..de78882 100755 --- a/build-aux/generate_dist_headers.sh +++ b/build-aux/generate_dist_headers.sh @@ -1,5 +1,22 @@ #! /bin/sh +# Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE). +# +# This file is part of Olena. +# +# Olena is free software: you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free +# Software Foundation, version 2 of the License. +# +# Olena is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Olena. If not, see <http://www.gnu.org/licenses/>. + + # Generate a list of distributed files w.r.t. a list of file which must # be excluded. # -------------------- diff --git a/build-aux/make_report_utils.sh b/build-aux/make_report_utils.sh index 4660f2b..d633779 100644 --- a/build-aux/make_report_utils.sh +++ b/build-aux/make_report_utils.sh @@ -1,7 +1,23 @@ #!/bin/sh -# Set of useful functions to generate HTML reports. +# Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE). +# +# This file is part of Olena. +# +# Olena is free software: you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free +# Software Foundation, version 2 of the License. +# +# Olena is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Olena. If not, see <http://www.gnu.org/licenses/>. + +# Set of useful functions to generate HTML reports. # $1: report file. diff --git a/configure.ac b/configure.ac index 62ceb8c..aa216f6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,19 @@ -# -*- Autoconf -*- -# Process this file with autoconf to produce a configure script. +# Copyright (C) 2006, 2007, 2008, 2009, 2010 EPITA Research and +# Development Laboratory (LRDE). +# +# This file is part of Olena. +# +# Olena is free software: you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free +# Software Foundation, version 2 of the License. +# +# Olena is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Olena. If not, see <http://www.gnu.org/licenses/>. m4_pattern_forbid([^OLN_]) -- 1.5.6.5