h0arry / ipaddr-py

Automatically exported from code.google.com/p/ipaddr-py
0 stars 0 forks source link

COPYING license file incomplete #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. just read COPYING 
2. scroll to the end
3. It says: copyright [yyyy] [name of bla bla]

What is the expected output? What do you see instead?
Should say copyright [2011] [Google inc.] (for example)

What version of the product are you using? On what operating system?
2.1.9
In SVN it's the same.

Please provide any additional information below.
I'm trying to package it for openSUSE, and I just found that issue with the 
license.
I can easily patch it, but I need you guys to tell me what to put in (and you 
could change it in SVN)

Original issue reported on code.google.com by klaussfr...@gmail.com on 21 Sep 2011 at 2:55

GoogleCodeExporter commented 9 years ago
I think it's correct as is.  The COPYING file is a verbatim copy of the license 
and the section you are looking at is in the "How to apply the Apache License 
to your work" section.  If you look at ipaddr.py, it says:

# Copyright 2007 Google Inc.
#  Licensed to PSF under a Contributor Agreement.
#
# 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.

Which should adequately answer your questions.

Original comment by sc...@kitterman.com on 16 Nov 2011 at 4:10

GoogleCodeExporter commented 9 years ago
Exactly, there it says:

#To apply the Apache License to your work, attach the following boilerplate 
# notice, with the fields enclosed by brackets "[]" replaced with your own 
# identifying information.

I, as a packager, cannot "make up" identifying information, so I asked the 
project through this issue.
There was a commit answering this issue shortly after. 

So all is good now.

Original comment by klaussfr...@gmail.com on 16 Nov 2011 at 2:05

GoogleCodeExporter commented 9 years ago
sorry, forgot to update the issue.

Original comment by pmo...@google.com on 24 Nov 2011 at 9:06