Skip to content

Commit

Permalink
license: added license information
Browse files Browse the repository at this point in the history
Splinter source is governed by BSD-3 (a.k.a "New BSD License" or
"Modified BSD License").

Closes #147.
  • Loading branch information
fsouza committed Jun 4, 2012
1 parent e9a9d4f commit 12e475a
Show file tree
Hide file tree
Showing 93 changed files with 486 additions and 38 deletions.
4 changes: 4 additions & 0 deletions .coveragerc
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

[report]
exclude_lines =
raise NotImplementedError
Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

language: python
python:
- "2.7"
Expand Down
7 changes: 6 additions & 1 deletion .travis_before.bash
@@ -1,4 +1,9 @@
#!/bin/bash
#!/bin/bash

# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

export DISPLAY=:99.0
sh -e /etc/init.d/xvfb start

Expand Down
59 changes: 34 additions & 25 deletions AUTHORS
@@ -1,26 +1,35 @@
splinter is written and maintained by cobrateam and various contributors:
# This is the official list of splinter authors for copyright purposes.

* andrewsmedina (Andrews Medina)
* hugobr (Hugo Lopes Tavares)
* nsigustavo (Gustavo Rezende)
* franciscosouza (Francisco Souza)
* flaviamissi (Flavia Missi)
* douglascamata (Douglas Camata)
* tarsis (Tarsis Azevedo)
* bernardofire (Bernardo B. Marques)
* fabiomcosta (Fábio M. Costa)
* douglas (Douglas Soares de Andrade)
* nyxtom (Thomas Holloway)
* gabrielfalcao (Gabriel Falcão)
* siminino (Victor de Oliveira Areas)
* gabriellima (Gabriel Lima de Oliveira)
* douglasmiranda (Douglas Miranda)
* rodrigomanhaes (Rodrigo Manhães)
* rafaelcaricio (Rafael Carício)
* diofeher (Diógenes Augusto Fernandes Herminio)
* heynemann (Bernardo Heynemann)
* igorsobreira (Igor Sobreira)
* tatiana (Tatiana Al-Chueyr)
* mayzaoliveira (Mayza de Oliveira)
* SergioJorge (Sergio Jorge)
* skoczen (Steven Skoczen)
Adam Victor Nazareth Brandizzi
Álvaro Justen
Andrews Medina
Bernardo Barreto Marques
Bernardo Heynemann
Brian S. Corbin
David Francisco
Diógenes Augusto Fernandes Herminio
Douglas Camata
Douglas Miranda
Douglas Soares de Andrade
Fábio Miranda Costa
Flavia Missi
Flávio Ribeiro
Francisco Souza
Gabriel Falcão
Gabriel Lima de Oliveira
Gustavo Rezende
Hugo Lopes Tavares
Igor Sobreira
Juha Mustonen
Lucas R. Martins
Marcio Mazza
Mayza de Oliveira
Rafael Carício
Rodrigo Manhães
Rômulo Machado
Sergio Jorge
Steven Skoczen
Tarsis Azevedo
Tatiana Al-Chueyr
Thomas Holloway
Victor de Oliveira Areas
29 changes: 29 additions & 0 deletions LICENSE
@@ -0,0 +1,29 @@
Copyright (c) 2012, splinter authors
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.

* Neither the name of Splinter nor the names of its contributors may be used to
endorse or promote products derived from this software without specific prior
written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4 changes: 4 additions & 0 deletions Makefile
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

all: test

clean:
Expand Down
4 changes: 4 additions & 0 deletions README.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. image:: https://secure.travis-ci.org/cobrateam/splinter.png
:target: http://travis-ci.org/cobrateam/splinter

Expand Down
4 changes: 4 additions & 0 deletions docs/api/cookie-manager.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Splinter cookies API documentation
:keywords: splinter, python, api documentation, cookies, cookies manipulation
Expand Down
4 changes: 4 additions & 0 deletions docs/api/driver-and-element-api.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Splinter API documentation for DriverAPI and ElementAPI
:keywords: splinter, python, api documentation, api, driverapi, elementapi, driver creation
Expand Down
4 changes: 4 additions & 0 deletions docs/api/element-list.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Splinter API documentation for ElementList
:keywords: splinter, python, api documentation, api, DOM manipulation, element list
Expand Down
4 changes: 4 additions & 0 deletions docs/api/exceptions.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Splinter exceptions API documentation
:keywords: splinter, python, api documentation, exceptions
Expand Down
4 changes: 4 additions & 0 deletions docs/api/index.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Splinter API documentation
:keywords: splinter, python, api documentation, api
Expand Down
4 changes: 4 additions & 0 deletions docs/api/request-handling.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Splinter request handling API documentation
:keywords: splinter, python, api documentation, request handling
Expand Down
4 changes: 4 additions & 0 deletions docs/browser.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Browser
:keywords: splinter, python, tutorial, browser, firefox, chrome, zope, testebrowser
Expand Down
4 changes: 4 additions & 0 deletions docs/community.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Find the CobraTeam and Splinter communities.
:keywords: splinter, python, cobrateam, community, atdd, tests, acceptance tests, web applications
Expand Down
4 changes: 4 additions & 0 deletions docs/contribute.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Find how to contribute with splinter.
:keywords: splinter, python, contribution, open source, testing, web application, atdd
Expand Down
4 changes: 4 additions & 0 deletions docs/contribute/setting-up-your-development-environment.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Setting up your development environment for Splinter.
:keywords: splinter, open source, python, contribute, development environment
Expand Down
4 changes: 4 additions & 0 deletions docs/contribute/writing-new-drivers.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Find how to write new drivers for splinter.
:keywords: splinter, python, contribution, open source, testing, web application, atdd, drivers
Expand Down
4 changes: 4 additions & 0 deletions docs/cookies.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Cookie manipulation
:keywords: splinter, python, tutorial, documentation, cookies
Expand Down
4 changes: 4 additions & 0 deletions docs/drivers/chrome.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: How to use splinter with Chrome webdriver
:keywords: splinter, python, tutorial, how to install, installation, chrome, selenium
Expand Down
4 changes: 4 additions & 0 deletions docs/drivers/firefox.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: How to use splinter with Firefox webdriver
:keywords: splinter, python, tutorial, how to install, installation, firefox, selenium
Expand Down
4 changes: 4 additions & 0 deletions docs/drivers/installing_pyqt.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Learn how to install PyQt4 on your machine.
:keywords: splinter, python, cobrateam, pyqt, pyqt4
Expand Down
4 changes: 4 additions & 0 deletions docs/drivers/zope.testbrowser.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: How to use splinter with zope.testbrowser
:keywords: splinter, python, tutorial, how to install, installation, zope, testbrowser, zope.testbrowser
Expand Down
4 changes: 4 additions & 0 deletions docs/elements-in-the-page.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Dealing with elements in the page.
:keywords: splinter, python, tutorial, documentation, forms, click links, get value
Expand Down
4 changes: 4 additions & 0 deletions docs/finding.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Finding elements
:keywords: splinter, python, tutorial, find, selectors
Expand Down
4 changes: 4 additions & 0 deletions docs/http-status-code-and-exception.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Dealing with HTTP status code and HTTP exceptions with Splinter
:keywords: splinter, python, tutorial, documentation, exception, http error, status code
Expand Down
4 changes: 4 additions & 0 deletions docs/iframes-and-alerts.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Automatic interaction with alerts, prompts and iframes
:keywords: splinter, python, tutorial, alerts, prompts, iframes, acceptance tests
Expand Down
4 changes: 4 additions & 0 deletions docs/index.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Documentation for splinter, an open source tool for testing web applications
:keywords: splinter, python, tutorial, documentation, web application, tests, atdd, tdd, acceptance tests
Expand Down
4 changes: 4 additions & 0 deletions docs/install.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Install guide for splinter
:keywords: splinter, python, tutorial, how to install, installation
Expand Down
4 changes: 4 additions & 0 deletions docs/javascript.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Executing javascript
:keywords: splinter, python, tutorial, javascript
Expand Down
4 changes: 4 additions & 0 deletions docs/matchers.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Checking if a text pattern is or not present
:keywords: splinter, python, tutorial, element
Expand Down
4 changes: 4 additions & 0 deletions docs/mouse-interaction.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: Mouse interatcion.
:keywords: splinter, python, tutorial, documentation, mouse interaction, mouseover, mouseout, doube click, mouse events
Expand Down
4 changes: 4 additions & 0 deletions docs/news.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: New splinter features on earlier versions.
:keywords: splinter, python, news, documentation, tutorial, web application
Expand Down
4 changes: 4 additions & 0 deletions docs/news/0.0.1.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: New splinter features on version 0.0.1.
:keywords: splinter 0.0.1, python, news, documentation, tutorial, web application
Expand Down
4 changes: 4 additions & 0 deletions docs/news/0.0.2.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: New splinter features on version 0.0.2.
:keywords: splinter 0.0.2, python, news, documentation, tutorial, web application
Expand Down
4 changes: 4 additions & 0 deletions docs/news/0.0.3.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: New splinter features on version 0.0.3.
:keywords: splinter 0.0.3, python, news, documentation, tutorial, web application
Expand Down
4 changes: 4 additions & 0 deletions docs/news/0.1.1.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: New splinter features on version 0.1.1.
:keywords: splinter 0.1.1, python, news, documentation, tutorial, web application
Expand Down
4 changes: 4 additions & 0 deletions docs/news/0.1.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: New splinter features on version 0.1.
:keywords: splinter 0.1, python, news, documentation, tutorial, web application
Expand Down
4 changes: 4 additions & 0 deletions docs/news/0.2.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: New splinter features on version 0.2.
:keywords: splinter 0.2, python, news, documentation, tutorial, web application
Expand Down
4 changes: 4 additions & 0 deletions docs/news/0.3.rst
@@ -1,3 +1,7 @@
# Copyright 2012 splinter authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

.. meta::
:description: New splinter features on version 0.3.
:keywords: splinter 0.3, python, news, documentation, tutorial, web application
Expand Down

0 comments on commit 12e475a

Please sign in to comment.