From ac04877390422a9ccabcda9ed31239ac9eb1998f Mon Sep 17 00:00:00 2001 From: Dag Odenhall Date: Thu, 1 May 2008 19:24:31 +0200 Subject: [PATCH] Move to Apache License --- lib/amazing/cli/commands.rb | 15 +++++++++++++-- lib/amazing/cli/helpers.rb | 15 +++++++++++++-- lib/amazing/cli/initializers.rb | 15 +++++++++++++-- lib/amazing/numeric.rb | 15 +++++++++++++-- 4 files changed, 52 insertions(+), 8 deletions(-) diff --git a/lib/amazing/cli/commands.rb b/lib/amazing/cli/commands.rb index 3b49354..525a54f 100644 --- a/lib/amazing/cli/commands.rb +++ b/lib/amazing/cli/commands.rb @@ -1,5 +1,16 @@ -# Copyright (C) 2008 Dag Odenhall -# Licensed under the Academic Free License version 3.0 +# Copyright 2008 Dag Odenhall +# +# 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. module Amazing class CLI diff --git a/lib/amazing/cli/helpers.rb b/lib/amazing/cli/helpers.rb index 48346b7..4e6f2f2 100644 --- a/lib/amazing/cli/helpers.rb +++ b/lib/amazing/cli/helpers.rb @@ -1,5 +1,16 @@ -# Copyright (C) 2008 Dag Odenhall -# Licensed under the Academic Free License version 3.0 +# Copyright 2008 Dag Odenhall +# +# 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. module Amazing class CLI diff --git a/lib/amazing/cli/initializers.rb b/lib/amazing/cli/initializers.rb index bba524b..0fc96a5 100644 --- a/lib/amazing/cli/initializers.rb +++ b/lib/amazing/cli/initializers.rb @@ -1,5 +1,16 @@ -# Copyright (C) 2008 Dag Odenhall -# Licensed under the Academic Free License version 3.0 +# Copyright 2008 Dag Odenhall +# +# 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. module Amazing class CLI diff --git a/lib/amazing/numeric.rb b/lib/amazing/numeric.rb index ef24f52..c596c72 100644 --- a/lib/amazing/numeric.rb +++ b/lib/amazing/numeric.rb @@ -1,5 +1,16 @@ -# Copyright (C) 2008 Dag Odenhall -# Licensed under the Academic Free License version 3.0 +# Copyright 2008 Dag Odenhall +# +# 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. class Numeric def seconds -- 2.11.4.GIT