From 6185676752044be8c954377be9a8b982689b181e Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 25 Jan 2012 23:54:09 +0100 Subject: [PATCH] *: License under GPL v3+. --- cvsrc | 15 +++++++++++++++ gitconfig.m4 | 15 +++++++++++++++ gitignore | 15 +++++++++++++++ hgignore | 16 ++++++++++++++++ hgrc.m4 | 15 +++++++++++++++ setup.sh | 15 +++++++++++++++ tigrc | 15 +++++++++++++++ 7 files changed, 106 insertions(+) diff --git a/cvsrc b/cvsrc index d0e281c..8797921 100644 --- a/cvsrc +++ b/cvsrc @@ -1,5 +1,20 @@ # CVS configuration file. +# Copyright (C) 2011-2012 Simon Ruderich +# +# This file 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, either version 3 of the License, or +# (at your option) any later version. +# +# This file 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 this file. If not, see . + # Don't display all checked directories. cvs -q diff --git a/gitconfig.m4 b/gitconfig.m4 index 67d4213..171f256 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -1,5 +1,20 @@ # Global Git configuration file. +# Copyright (C) 2011-2012 Simon Ruderich +# +# This file 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, either version 3 of the License, or +# (at your option) any later version. +# +# This file 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 this file. If not, see . + dnl Load m4 macros. include(../lib.m4) diff --git a/gitignore b/gitignore index d244444..07e6e52 100644 --- a/gitignore +++ b/gitignore @@ -1,5 +1,20 @@ # Global git ignore file. +# Copyright (C) 2011-2012 Simon Ruderich +# +# This file 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, either version 3 of the License, or +# (at your option) any later version. +# +# This file 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 this file. If not, see . + # Ignore Mac OS X files. .DS_Store diff --git a/hgignore b/hgignore index 771772d..5eb2f89 100644 --- a/hgignore +++ b/hgignore @@ -1,5 +1,21 @@ # Global mercurial ignore file. +# Copyright (C) 2011-2012 Simon Ruderich +# +# This file 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, either version 3 of the License, or +# (at your option) any later version. +# +# This file 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 this file. If not, see . + + syntax: glob diff --git a/hgrc.m4 b/hgrc.m4 index e3ef39c..b3a6aa7 100644 --- a/hgrc.m4 +++ b/hgrc.m4 @@ -1,5 +1,20 @@ # This is the Mercurial configuration file. +# Copyright (C) 2011-2012 Simon Ruderich +# +# This file 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, either version 3 of the License, or +# (at your option) any later version. +# +# This file 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 this file. If not, see . + dnl Load m4 macros. include(../lib.m4) diff --git a/setup.sh b/setup.sh index 94f4535..bedc5bb 100755 --- a/setup.sh +++ b/setup.sh @@ -2,6 +2,21 @@ # Setup script for VCS configuration files. +# Copyright (C) 2011-2012 Simon Ruderich +# +# 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 +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 this program. If not, see . + . ../lib.sh diff --git a/tigrc b/tigrc index a5d2ce2..5e5256d 100644 --- a/tigrc +++ b/tigrc @@ -1,5 +1,20 @@ # tig configuration file. +# Copyright (C) 2011-2012 Simon Ruderich +# +# This file 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, either version 3 of the License, or +# (at your option) any later version. +# +# This file 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 this file. If not, see . + # Show the revision graph like gitk does. set show-rev-graph = yes -- 2.44.1