aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-08-08 16:28:23 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-08-08 16:28:23 -0400
commit667684192b5578513b05699571bccf588fbb64d4 (patch)
tree7bf4a2d79c332bd683f45a79bcec965dac7597ae /bin
parentgrs/WorldConf.py: remove added files to managed dirs during clean. (diff)
downloadgrss-667684192b5578513b05699571bccf588fbb64d4.tar.gz
grss-667684192b5578513b05699571bccf588fbb64d4.tar.bz2
grss-667684192b5578513b05699571bccf588fbb64d4.zip
Add copyright notice to all files.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/clean-worldconf16
-rwxr-xr-xbin/grsrun16
-rwxr-xr-xbin/grsup16
-rwxr-xr-xbin/install-worldconf16
-rwxr-xr-xbin/make-worldconf16
5 files changed, 80 insertions, 0 deletions
diff --git a/bin/clean-worldconf b/bin/clean-worldconf
index 2e76f57..3ffb040 100755
--- a/bin/clean-worldconf
+++ b/bin/clean-worldconf
@@ -1,4 +1,20 @@
#!/usr/bin/env python
+#
+# clean-worldconf: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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 <http://www.gnu.org/licenses/>.
import os
diff --git a/bin/grsrun b/bin/grsrun
index df8803c..541b039 100755
--- a/bin/grsrun
+++ b/bin/grsrun
@@ -1,4 +1,20 @@
#!/usr/bin/env python
+#
+# grsrun: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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 <http://www.gnu.org/licenses/>.
import os
import re
diff --git a/bin/grsup b/bin/grsup
index 392005c..0e05dbf 100755
--- a/bin/grsup
+++ b/bin/grsup
@@ -1,4 +1,20 @@
#!/usr/bin/env python
+#
+# grsup: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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 <http://www.gnu.org/licenses/>.
import copy
import os
diff --git a/bin/install-worldconf b/bin/install-worldconf
index bdcc6b9..ef5508e 100755
--- a/bin/install-worldconf
+++ b/bin/install-worldconf
@@ -1,4 +1,20 @@
#!/usr/bin/env python
+#
+# install-worldconf: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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 <http://www.gnu.org/licenses/>.
from grs import CONST
from grs import WorldConf
diff --git a/bin/make-worldconf b/bin/make-worldconf
index c991817..afedf39 100755
--- a/bin/make-worldconf
+++ b/bin/make-worldconf
@@ -1,4 +1,20 @@
#!/usr/bin/env python
+#
+# make-worldconf: this file is part of the GRS suite
+# Copyright (C) 2015 Anthony G. Basile
+#
+# 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 <http://www.gnu.org/licenses/>.
import configparser
import copy