Skip to content

Commit 077a18a

Browse files
committed
Moving from GPL to ASL
1 parent 3bd07b2 commit 077a18a

File tree

348 files changed

+4100
-3799
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

348 files changed

+4100
-3799
lines changed

src/app/controllers/api/builds_controller.rb

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
#
2-
# Copyright (C) 2011 Red Hat, Inc.
2+
# Copyright 2011 Red Hat, Inc.
33
#
4-
# This program is free software; you can redistribute it and/or modify
5-
# it under the terms of the GNU General Public License as published by
6-
# the Free Software Foundation; version 2 of the License.
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
77
#
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
1215
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program; if not, write to the Free Software
15-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
16-
# MA 02110-1301, USA. A copy of the GNU General Public License is
17-
# also available at http://www.gnu.org/copyleft/gpl.html.
1816

1917
# Filters added to this controller apply to all controllers in the application.
2018
# Likewise, all the methods added will be available for all controllers.

src/app/controllers/api/entrypoint_controller.rb

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
#
2-
# Copyright (C) 2011 Red Hat, Inc.
2+
# Copyright 2011 Red Hat, Inc.
33
#
4-
# This program is free software; you can redistribute it and/or modify
5-
# it under the terms of the GNU General Public License as published by
6-
# the Free Software Foundation; version 2 of the License.
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
77
#
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
1215
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program; if not, write to the Free Software
15-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
16-
# MA 02110-1301, USA. A copy of the GNU General Public License is
17-
# also available at http://www.gnu.org/copyleft/gpl.html.
1816

1917
# Filters added to this controller apply to all controllers in the application.
2018
# Likewise, all the methods added will be available for all controllers.

src/app/controllers/api/hooks_controller.rb

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
#
2-
# Copyright (C) 2011 Red Hat, Inc.
2+
# Copyright 2011 Red Hat, Inc.
33
#
4-
# This program is free software; you can redistribute it and/or modify
5-
# it under the terms of the GNU General Public License as published by
6-
# the Free Software Foundation; version 2 of the License.
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
77
#
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
1215
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program; if not, write to the Free Software
15-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
16-
# MA 02110-1301, USA. A copy of the GNU General Public License is
17-
# also available at http://www.gnu.org/copyleft/gpl.html.
1816

1917
# Filters added to this controller apply to all controllers in the application.
2018
# Likewise, all the methods added will be available for all controllers.

src/app/controllers/api/images_controller.rb

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
#
2-
# Copyright (C) 2011 Red Hat, Inc.
2+
# Copyright 2011 Red Hat, Inc.
33
#
4-
# This program is free software; you can redistribute it and/or modify
5-
# it under the terms of the GNU General Public License as published by
6-
# the Free Software Foundation; version 2 of the License.
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
77
#
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
1215
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program; if not, write to the Free Software
15-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
16-
# MA 02110-1301, USA. A copy of the GNU General Public License is
17-
# also available at http://www.gnu.org/copyleft/gpl.html.
1816

1917
# Filters added to this controller apply to all controllers in the application.
2018
# Likewise, all the methods added will be available for all controllers.

src/app/controllers/api/provider_images_controller.rb

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
#
2-
# Copyright (C) 2011 Red Hat, Inc.
2+
# Copyright 2011 Red Hat, Inc.
33
#
4-
# This program is free software; you can redistribute it and/or modify
5-
# it under the terms of the GNU General Public License as published by
6-
# the Free Software Foundation; version 2 of the License.
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
77
#
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
1215
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program; if not, write to the Free Software
15-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
16-
# MA 02110-1301, USA. A copy of the GNU General Public License is
17-
# also available at http://www.gnu.org/copyleft/gpl.html.
1816

1917
# Filters added to this controller apply to all controllers in the application.
2018
# Likewise, all the methods added will be available for all controllers.

src/app/controllers/api/target_images_controller.rb

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
#
2-
# Copyright (C) 2011 Red Hat, Inc.
2+
# Copyright 2011 Red Hat, Inc.
33
#
4-
# This program is free software; you can redistribute it and/or modify
5-
# it under the terms of the GNU General Public License as published by
6-
# the Free Software Foundation; version 2 of the License.
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
77
#
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
1215
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program; if not, write to the Free Software
15-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
16-
# MA 02110-1301, USA. A copy of the GNU General Public License is
17-
# also available at http://www.gnu.org/copyleft/gpl.html.
1816

1917
# Filters added to this controller apply to all controllers in the application.
2018
# Likewise, all the methods added will be available for all controllers.

src/app/controllers/application_controller.rb

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
#
2-
# Copyright (C) 2011 Red Hat, Inc.
2+
# Copyright 2011 Red Hat, Inc.
33
#
4-
# This program is free software; you can redistribute it and/or modify
5-
# it under the terms of the GNU General Public License as published by
6-
# the Free Software Foundation; version 2 of the License.
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
77
#
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
1215
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program; if not, write to the Free Software
15-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
16-
# MA 02110-1301, USA. A copy of the GNU General Public License is
17-
# also available at http://www.gnu.org/copyleft/gpl.html.
1816

1917
# Filters added to this controller apply to all controllers in the application.
2018
# Likewise, all the methods added will be available for all controllers.

src/app/controllers/catalog_entries_controller.rb

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
#
2-
# Copyright (C) 2011 Red Hat, Inc.
2+
# Copyright 2011 Red Hat, Inc.
33
#
4-
# This program is free software; you can redistribute it and/or modify
5-
# it under the terms of the GNU General Public License as published by
6-
# the Free Software Foundation; version 2 of the License.
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
77
#
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
1215
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program; if not, write to the Free Software
15-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
16-
# MA 02110-1301, USA. A copy of the GNU General Public License is
17-
# also available at http://www.gnu.org/copyleft/gpl.html.
1816

1917
class CatalogEntriesController < ApplicationController
2018

src/app/controllers/catalogs_controller.rb

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
#
2-
# Copyright (C) 2011 Red Hat, Inc.
2+
# Copyright 2011 Red Hat, Inc.
33
#
4-
# This program is free software; you can redistribute it and/or modify
5-
# it under the terms of the GNU General Public License as published by
6-
# the Free Software Foundation; version 2 of the License.
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
77
#
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
1215
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program; if not, write to the Free Software
15-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
16-
# MA 02110-1301, USA. A copy of the GNU General Public License is
17-
# also available at http://www.gnu.org/copyleft/gpl.html.
1816

1917
class CatalogsController < ApplicationController
2018
before_filter :require_user

src/app/controllers/config_servers_controller.rb

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
#
2+
# Copyright 2011 Red Hat, Inc.
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
116
require 'rest_client'
217

318
class ConfigServersController < ApplicationController

src/app/controllers/deployables_controller.rb

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
#
2-
# Copyright (C) 2011 Red Hat, Inc.
2+
# Copyright 2011 Red Hat, Inc.
33
#
4-
# This program is free software; you can redistribute it and/or modify
5-
# it under the terms of the GNU General Public License as published by
6-
# the Free Software Foundation; version 2 of the License.
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
77
#
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
1215
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program; if not, write to the Free Software
15-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
16-
# MA 02110-1301, USA. A copy of the GNU General Public License is
17-
# also available at http://www.gnu.org/copyleft/gpl.html.
1816
require 'uri'
1917

2018
class DeployablesController < ApplicationController

src/app/controllers/deployments_controller.rb

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
#
2-
# Copyright (C) 2011 Red Hat, Inc.
2+
# Copyright 2011 Red Hat, Inc.
33
#
4-
# This program is free software; you can redistribute it and/or modify
5-
# it under the terms of the GNU General Public License as published by
6-
# the Free Software Foundation; version 2 of the License.
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
77
#
8-
# This program is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-
# GNU General Public License for more details.
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
1215
#
13-
# You should have received a copy of the GNU General Public License
14-
# along with this program; if not, write to the Free Software
15-
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
16-
# MA 02110-1301, USA. A copy of the GNU General Public License is
17-
# also available at http://www.gnu.org/copyleft/gpl.html.
1816

1917
class DeploymentsController < ApplicationController
2018
before_filter :require_user

0 commit comments

Comments
 (0)