Kouhei Sutou
null+****@clear*****
Fri Feb 22 17:16:15 JST 2013
Kouhei Sutou 2013-02-22 17:16:15 +0900 (Fri, 22 Feb 2013) New Revision: c713dcf511d851790ad6a5a3fc7699b767fabb8c https://github.com/groonga/chef-cookbooks/commit/c713dcf511d851790ad6a5a3fc7699b767fabb8c Log: Add license notation Modified files: groonga/README.md groonga/metadata.rb groonga/recipes/default.rb Modified: groonga/README.md (+14 -0) =================================================================== --- groonga/README.md 2013-02-22 17:10:33 +0900 (804c6b3) +++ groonga/README.md 2013-02-22 17:16:15 +0900 (4572e4a) @@ -80,4 +80,18 @@ License and Authors License: Apache 2.0 +Copyright 2013 Kouhei Sutou <kou �� clear-code.com> + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + Authors: Kouhei Sutou <kou �� clear-code.com> Modified: groonga/metadata.rb (+14 -0) =================================================================== --- groonga/metadata.rb 2013-02-22 17:10:33 +0900 (3aa4a23) +++ groonga/metadata.rb 2013-02-22 17:16:15 +0900 (3a4baf5) @@ -1,3 +1,17 @@ +# Copyright 2013 Kouhei Sutou <kou �� clear-code.com> +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + name 'groonga' maintainer 'The groonga project' maintainer_email 'groonga �� razil.jp' Modified: groonga/recipes/default.rb (+12 -1) =================================================================== --- groonga/recipes/default.rb 2013-02-22 17:10:33 +0900 (765fa30) +++ groonga/recipes/default.rb 2013-02-22 17:16:15 +0900 (94200a2) @@ -1,8 +1,19 @@ # Cookbook Name:: groonga # Recipe:: default -# License:: Apache 2.0 # # Copyright 2013 Kouhei Sutou <kou �� clear-code.com> +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. if platform_family?("debian") package "lsb-release" do -------------- next part -------------- HTML����������������������������...Download