From 809bba044b3205b4365c31237dbb1e7723d95f4c Mon Sep 17 00:00:00 2001 From: Chris Alfonso Date: Fri, 27 Jun 2008 10:29:52 -0400 Subject: Added the gpl v2 header to all the rb files --- cloudmasterd/extra/prime-example-db.rb | 16 ++++++++++++++++ cloudmasterd/lib/cloudmasterd.rb | 16 ++++++++++++++++ cloudmasterd/lib/cloudmasterd/syncer.rb | 16 ++++++++++++++++ cloudmasterd/test/test_cloudmasterd.rb | 16 ++++++++++++++++ 4 files changed, 64 insertions(+) (limited to 'cloudmasterd') diff --git a/cloudmasterd/extra/prime-example-db.rb b/cloudmasterd/extra/prime-example-db.rb index 0788c8f..12d6f71 100755 --- a/cloudmasterd/extra/prime-example-db.rb +++ b/cloudmasterd/extra/prime-example-db.rb @@ -1,3 +1,19 @@ +# Copyright (C) 2008 Red Hat, Inc + +# 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 2 +# 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 +# a long with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + #!/usr/bin/env ruby require 'rubygems' diff --git a/cloudmasterd/lib/cloudmasterd.rb b/cloudmasterd/lib/cloudmasterd.rb index 64bd514..a52f8c8 100644 --- a/cloudmasterd/lib/cloudmasterd.rb +++ b/cloudmasterd/lib/cloudmasterd.rb @@ -1,3 +1,19 @@ +# Copyright (C) 2008 Red Hat, Inc + +# 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 2 +# 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 +# a long with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + require 'yaml' require 'fileutils' require 'rubygems' diff --git a/cloudmasterd/lib/cloudmasterd/syncer.rb b/cloudmasterd/lib/cloudmasterd/syncer.rb index 87e09b2..b3e2e89 100644 --- a/cloudmasterd/lib/cloudmasterd/syncer.rb +++ b/cloudmasterd/lib/cloudmasterd/syncer.rb @@ -1,3 +1,19 @@ +# Copyright (C) 2008 Red Hat, Inc + +# 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 2 +# 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 +# a long with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + #!/usr/bin/ruby require 'rubygems' diff --git a/cloudmasterd/test/test_cloudmasterd.rb b/cloudmasterd/test/test_cloudmasterd.rb index 736c218..8f441bf 100644 --- a/cloudmasterd/test/test_cloudmasterd.rb +++ b/cloudmasterd/test/test_cloudmasterd.rb @@ -1,3 +1,19 @@ +# Copyright (C) 2008 Red Hat, Inc + +# 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 2 +# 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 +# a long with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + require 'test/unit' class TestCloudmasterd < Test::Unit::TestCase -- cgit