mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
updated license in all source files
Signed-off-by: Devan Goodwin <dgoodwin@rm-rf.ca>
This commit is contained in:
parent
f7ed5d3e1e
commit
0668e526b4
12 changed files with 88 additions and 43 deletions
|
@ -1,4 +1,18 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
#
|
||||||
|
# Copyright (c) 2008-2009 Red Hat, Inc.
|
||||||
|
#
|
||||||
|
# This software is licensed to you under the GNU General Public License,
|
||||||
|
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
|
||||||
|
# implied, including the implied warranties of MERCHANTABILITY or FITNESS
|
||||||
|
# FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2
|
||||||
|
# along with this software; if not, see
|
||||||
|
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
|
||||||
|
#
|
||||||
|
# Red Hat trademarks are not licensed under GPLv2. No permission is
|
||||||
|
# granted to use or replicate Red Hat trademarks that are incorporated
|
||||||
|
# in this software or its documentation.
|
||||||
|
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings FATAL => 'all';
|
use warnings FATAL => 'all';
|
||||||
|
|
|
@ -1,4 +1,17 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
#
|
||||||
|
# Copyright (c) 2008-2009 Red Hat, Inc.
|
||||||
|
#
|
||||||
|
# This software is licensed to you under the GNU General Public License,
|
||||||
|
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
|
||||||
|
# implied, including the implied warranties of MERCHANTABILITY or FITNESS
|
||||||
|
# FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2
|
||||||
|
# along with this software; if not, see
|
||||||
|
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
|
||||||
|
#
|
||||||
|
# Red Hat trademarks are not licensed under GPLv2. No permission is
|
||||||
|
# granted to use or replicate Red Hat trademarks that are incorporated
|
||||||
|
# in this software or its documentation.
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings FATAL => 'all';
|
use warnings FATAL => 'all';
|
||||||
|
|
|
@ -1,4 +1,17 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
#
|
||||||
|
# Copyright (c) 2008-2009 Red Hat, Inc.
|
||||||
|
#
|
||||||
|
# This software is licensed to you under the GNU General Public License,
|
||||||
|
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
|
||||||
|
# implied, including the implied warranties of MERCHANTABILITY or FITNESS
|
||||||
|
# FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2
|
||||||
|
# along with this software; if not, see
|
||||||
|
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
|
||||||
|
#
|
||||||
|
# Red Hat trademarks are not licensed under GPLv2. No permission is
|
||||||
|
# granted to use or replicate Red Hat trademarks that are incorporated
|
||||||
|
# in this software or its documentation.
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings FATAL => 'all';
|
use warnings FATAL => 'all';
|
||||||
|
|
23
bin/tito
23
bin/tito
|
@ -1,23 +0,0 @@
|
||||||
#!/usr/bin/python
|
|
||||||
#
|
|
||||||
# Copyright (c) 2008,2009 Red Hat, Inc.
|
|
||||||
#
|
|
||||||
# This software is licensed to you under the GNU General Public License,
|
|
||||||
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
|
|
||||||
# implied, including the implied warranties of MERCHANTABILITY or FITNESS
|
|
||||||
# FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2
|
|
||||||
# along with this software; if not, see
|
|
||||||
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
|
|
||||||
#
|
|
||||||
# Red Hat trademarks are not licensed under GPLv2. No permission is
|
|
||||||
# granted to use or replicate Red Hat trademarks that are incorporated
|
|
||||||
# in this software or its documentation.
|
|
||||||
#
|
|
||||||
|
|
||||||
import sys
|
|
||||||
import os.path
|
|
||||||
|
|
||||||
from spacewalk.releng.cli import CLI
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
CLI().main()
|
|
4
setup.py
4
setup.py
|
@ -1,5 +1,7 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2008-2009 Red Hat, Inc.
|
||||||
|
#
|
||||||
# This software is licensed to you under the GNU General Public License,
|
# This software is licensed to you under the GNU General Public License,
|
||||||
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
|
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
|
||||||
# implied, including the implied warranties of MERCHANTABILITY or FITNESS
|
# implied, including the implied warranties of MERCHANTABILITY or FITNESS
|
||||||
|
@ -11,7 +13,7 @@
|
||||||
# granted to use or replicate Red Hat trademarks that are incorporated
|
# granted to use or replicate Red Hat trademarks that are incorporated
|
||||||
# in this software or its documentation.
|
# in this software or its documentation.
|
||||||
"""
|
"""
|
||||||
Tito Distutils Setup Script
|
Tito Setup Script
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
# Copyright (c) 2008-2009 Red Hat, Inc.
|
||||||
|
#
|
||||||
|
# This software is licensed to you under the GNU General Public License,
|
||||||
|
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
|
||||||
|
# implied, including the implied warranties of MERCHANTABILITY or FITNESS
|
||||||
|
# FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2
|
||||||
|
# along with this software; if not, see
|
||||||
|
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
|
||||||
|
#
|
||||||
|
# Red Hat trademarks are not licensed under GPLv2. No permission is
|
||||||
|
# granted to use or replicate Red Hat trademarks that are incorporated
|
||||||
|
# in this software or its documentation.
|
||||||
|
"""
|
||||||
|
Spacewalk python package.
|
||||||
|
"""
|
|
@ -1,5 +1,4 @@
|
||||||
#
|
# Copyright (c) 2008-2009 Red Hat, Inc.
|
||||||
# Copyright (c) 2008 Red Hat, Inc.
|
|
||||||
#
|
#
|
||||||
# This software is licensed to you under the GNU General Public License,
|
# This software is licensed to you under the GNU General Public License,
|
||||||
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
|
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
|
||||||
|
@ -11,9 +10,6 @@
|
||||||
# Red Hat trademarks are not licensed under GPLv2. No permission is
|
# Red Hat trademarks are not licensed under GPLv2. No permission is
|
||||||
# granted to use or replicate Red Hat trademarks that are incorporated
|
# granted to use or replicate Red Hat trademarks that are incorporated
|
||||||
# in this software or its documentation.
|
# in this software or its documentation.
|
||||||
#
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Infrastructure for building Spacewalk and Satellite packages from git tags.
|
Infrastructure for building Spacewalk and Satellite packages from git tags.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#
|
# Copyright (c) 2008-2009 Red Hat, Inc.
|
||||||
# Copyright (c) 2009 Red Hat, Inc.
|
|
||||||
#
|
#
|
||||||
# This software is licensed to you under the GNU General Public License,
|
# This software is licensed to you under the GNU General Public License,
|
||||||
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
|
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
|
||||||
|
@ -11,8 +10,9 @@
|
||||||
# Red Hat trademarks are not licensed under GPLv2. No permission is
|
# Red Hat trademarks are not licensed under GPLv2. No permission is
|
||||||
# granted to use or replicate Red Hat trademarks that are incorporated
|
# granted to use or replicate Red Hat trademarks that are incorporated
|
||||||
# in this software or its documentation.
|
# in this software or its documentation.
|
||||||
|
"""
|
||||||
""" Code for building Spacewalk/Satellite tarballs, srpms, and rpms. """
|
Code for building Spacewalk/Satellite tarballs, srpms, and rpms.
|
||||||
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#
|
# Copyright (c) 2008-2009 Red Hat, Inc.
|
||||||
# Copyright (c) 2009 Red Hat, Inc.
|
|
||||||
#
|
#
|
||||||
# This software is licensed to you under the GNU General Public License,
|
# This software is licensed to you under the GNU General Public License,
|
||||||
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
|
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
|
||||||
|
@ -11,8 +10,6 @@
|
||||||
# Red Hat trademarks are not licensed under GPLv2. No permission is
|
# Red Hat trademarks are not licensed under GPLv2. No permission is
|
||||||
# granted to use or replicate Red Hat trademarks that are incorporated
|
# granted to use or replicate Red Hat trademarks that are incorporated
|
||||||
# in this software or its documentation.
|
# in this software or its documentation.
|
||||||
#
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Command line interface for building Spacewalk and Satellite packages from git tags.
|
Command line interface for building Spacewalk and Satellite packages from git tags.
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#
|
# Copyright (c) 2008-2009 Red Hat, Inc.
|
||||||
# Copyright (c) 2008 Red Hat, Inc.
|
|
||||||
#
|
#
|
||||||
# This software is licensed to you under the GNU General Public License,
|
# This software is licensed to you under the GNU General Public License,
|
||||||
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
|
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
|
||||||
|
@ -11,6 +10,9 @@
|
||||||
# Red Hat trademarks are not licensed under GPLv2. No permission is
|
# Red Hat trademarks are not licensed under GPLv2. No permission is
|
||||||
# granted to use or replicate Red Hat trademarks that are incorporated
|
# granted to use or replicate Red Hat trademarks that are incorporated
|
||||||
# in this software or its documentation.
|
# in this software or its documentation.
|
||||||
|
"""
|
||||||
|
Common operations.
|
||||||
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#
|
# Copyright (c) 2008-2009 Red Hat, Inc.
|
||||||
# Copyright (c) 2008 Red Hat, Inc.
|
|
||||||
#
|
#
|
||||||
# This software is licensed to you under the GNU General Public License,
|
# This software is licensed to you under the GNU General Public License,
|
||||||
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
|
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
|
||||||
|
@ -11,8 +10,9 @@
|
||||||
# Red Hat trademarks are not licensed under GPLv2. No permission is
|
# Red Hat trademarks are not licensed under GPLv2. No permission is
|
||||||
# granted to use or replicate Red Hat trademarks that are incorporated
|
# granted to use or replicate Red Hat trademarks that are incorporated
|
||||||
# in this software or its documentation.
|
# in this software or its documentation.
|
||||||
|
"""
|
||||||
""" Code for tagging Spacewalk/Satellite packages. """
|
Code for tagging Spacewalk/Satellite packages.
|
||||||
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
|
@ -1,4 +1,20 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
#
|
||||||
|
# Copyright (c) 2008-2009 Red Hat, Inc.
|
||||||
|
#
|
||||||
|
# This software is licensed to you under the GNU General Public License,
|
||||||
|
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
|
||||||
|
# implied, including the implied warranties of MERCHANTABILITY or FITNESS
|
||||||
|
# FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2
|
||||||
|
# along with this software; if not, see
|
||||||
|
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
|
||||||
|
#
|
||||||
|
# Red Hat trademarks are not licensed under GPLv2. No permission is
|
||||||
|
# granted to use or replicate Red Hat trademarks that are incorporated
|
||||||
|
# in this software or its documentation.
|
||||||
|
"""
|
||||||
|
Executes all tests.
|
||||||
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Add table
Reference in a new issue