~brendan-donegan/+junk/python3-selenium

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Brendan Donegan
  • Date: 2015-11-24 23:05:38 UTC
  • Revision ID: brendan.donegan@canonical.com-20151124230538-76iylks5vdjkoc75
Python3 selenium

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
2
Upstream-Name: selenium
 
3
Source: https://github.com/SeleniumHQ/selenium
 
4
Files-Excluded: py/selenium/webdriver/firefox/webdriver.xpi
 
5
                py/selenium/webdriver/firefox/x86/x_ignore_nofocus.so
 
6
                py/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so
 
7
 
 
8
Files: *
 
9
Copyright: 2007-2011 David Burns
 
10
           2007-2009 Google Inc.
 
11
           2007-2009 WebDriver committers
 
12
License: Apache-2.0
 
13
 
 
14
Files: debian/*
 
15
Copyright: 2011 Sascha Girrulat <sascha@girrulat.de>
 
16
License: Apache-2.0
 
17
 
 
18
License: Apache-2.0
 
19
 Licensed under the Apache License, Version 2.0 (the "License");
 
20
 you may not use this file except in compliance with the License.
 
21
 You may obtain a copy of the License at
 
22
 .
 
23
 http://www.apache.org/licenses/LICENSE-2.0
 
24
 .
 
25
 Unless required by applicable law or agreed to in writing, software
 
26
 distributed under the License is distributed on an "AS IS" BASIS,
 
27
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
28
 See the License for the specific language governing permissions and
 
29
 limitations under the License.
 
30
 .
 
31
 On Debian systems, the complete text of the Apache version 2.0 license
 
32
 can be found in "/usr/share/common-licenses/Apache-2.0".