Skip to content

Commit

Permalink
Update copyright year to 2017 (#6920)
Browse files Browse the repository at this point in the history
  • Loading branch information
naferx authored and richdougherty committed Jan 29, 2017
1 parent 4222794 commit 38abd1c
Show file tree
Hide file tree
Showing 1,220 changed files with 1,222 additions and 1,222 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Play contributor guidelines

The canonical version of this document can be found on the [Play contributor guidelines](https://playframework.com/contributing) page of the Play website.
Expand Down Expand Up @@ -31,7 +31,7 @@ Before making a contribution, it is important to make sure that the change you w
* Features are forever, always think about whether a new feature really belongs to the core framework or if it should be implemented as a module
* Code must conform to standard style guidelines and pass all tests (see [Run tests](https://www.playframework.com/documentation/latest/BuildingFromSource#run-tests))
6. New files must:
* Have a Lightbend copyright header in the style of ``Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com>``.
* Have a Lightbend copyright header in the style of ``Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com>``.
* Not use ``@author`` tags since it does not encourage [Collective Code Ownership](http://www.extremeprogramming.org/rules/collective.html).
3. Ensure that your commits are squashed. See [working with git](https://playframework.com/documentation/latest/WorkingWithGit) for more information.
4. Submit a pull request.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The Play Framework combines productivity and performance making it easy to build

This software is licensed under the Apache 2 license, quoted below.

Copyright (C) 2009-2016 Lightbend Inc. (https://www.lightbend.com).
Copyright (C) 2009-2017 Lightbend Inc. (https://www.lightbend.com).

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Expand Down
2 changes: 1 addition & 1 deletion documentation/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Build documentation

This is the Play documentation project. It does not build with the rest of the Play projects, and uses its own sbt project instead.
Expand Down
2 changes: 1 addition & 1 deletion documentation/addMarkdownCopyright
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh

# Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com>
# Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com>

year=`date +%Y`
cd manual
Expand Down
2 changes: 1 addition & 1 deletion documentation/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com>
* Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com>
*/

import com.typesafe.play.docs.sbtplugin.Imports._
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/Home.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Play %PLAY_VERSION% documentation

> Play is a high-productivity Java and Scala web application framework that integrates the components and APIs you need for modern web application development.
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/LatestRelease.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Latest release

Learn more about the latest Play release. You can download Play releases [here](https://www.playframework.com/download).
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/ModuleDirectory.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Play modules

Play uses public modules to augment built-in functionality.
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/about/Philosophy.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Introducing Play 2

Since 2007, we have been working on making Java web application development easier. Play started as an internal project at Zenexity (now [Zengularity](http://zengularity.com/)) and was heavily influenced by our way of doing web projects: focusing on developer productivity, respecting web architecture, and using a fresh approach to packaging conventions from the start - breaking so-called JEE best practices where it made sense.
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/about/PlayUserGroups.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->

# Play User Groups

Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/experimental/AkkaHttpServer.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Akka HTTP server backend _(experimental)_

> **Play experimental libraries are not ready for production use**. APIs may change. Features may not work properly.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com>
* Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com>
*/
package scalaguide.advanced.embedding

Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/gettingStarted/Anatomy.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Anatomy of a Play application

## The Play application layout
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/gettingStarted/IDE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Setting up your preferred IDE

Working with Play is easy. You don’t even need a sophisticated IDE, because Play compiles and refreshes the modifications you make to your source files automatically, so you can easily work using a simple text editor.
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/gettingStarted/Installing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Installing Play

This page shows how to download, install and run a Play application. There's a built in tutorial that shows you around, so running this Play application will show you how Play itself works!
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/gettingStarted/NewApplication.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Creating a new application

## Create a new application
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/gettingStarted/PlayConsole.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Using the SBT console

## Launching the console
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/gettingStarted/Tutorials.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Play Tutorials

Play's documentation shows the available features and how to use them, but the documentation will not show how to create an application from start to finish. This is where tutorials and examples come in.
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/gettingStarted/code/PlayConsole.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com>
* Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com>
*/
package gettingStarted

Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/hacking/BuildingFromSource.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Building Play from source

If you want to use some unreleased changes for Play, or you want to contribute to the development of Play yourself, you'll need to compile Play from source. You’ll need a [Git client](https://git-scm.com/) to fetch the source.
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/hacking/Documentation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Guidelines for writing Play documentation

The Play documentation is written in Markdown format, with code samples extracted from compiled, run and tested source files.
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/hacking/Issues.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Issues tracker

We use GitHub as our issue tracker, at:
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/hacking/Repositories.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Artifact repositories

## Typesafe repository
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/hacking/ThirdPartyTools.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# 3rd Party Tools

A big THANK YOU! to these sponsors for their support of open source projects.
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/hacking/Translations.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Translating the Play Documentation

Play 2.3+ provides infrastructure to aid documentation translators in translating the Play documentation and keeping it up to date.
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/hacking/WorkingWithGit.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Working with Git

This guide is designed to help new contributors get started with Play. Some of the things mentioned here are conventions that we think are good and make contributing to Play easier, but they are certainly not prescriptive, you should use what works best for you.
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/releases/Releases.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# About Play releases

You can download Play releases [here](https://www.playframework.com/download). Each release has a Migration Guide that explains how to upgrade from the previous release.
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/releases/release21/Highlights21.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# What's new in Play 2.1?

## Migration to Scala 2.10
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/releases/release21/Migration21.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Play 2.1 migration guide

This is a guide for migrating from Play 2.0 to Play 2.1.
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/releases/release22/Highlights22.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# What's new in Play 2.2

## New results structure for Java and Scala
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/releases/release22/Migration22.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Play 2.2 Migration Guide

This is a guide for migrating from Play 2.1 to Play 2.2. If you need to migrate from an earlier version of Play then you must first follow the [[Play 2.1 Migration Guide|Migration21]].
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/releases/release23/Highlights23.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# What's new in Play 2.3

This page highlights the new features of Play 2.3. If you want learn about the changes you need to make to migrate to Play 2.3, check out the [[Play 2.3 Migration Guide|Migration23]].
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/releases/release23/Migration23.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Play 2.3 Migration Guide

This is a guide for migrating from Play 2.2 to Play 2.3. If you need to migrate from an earlier version of Play then you must first follow the [[Play 2.2 Migration Guide|Migration22]].
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/releases/release24/Highlights24.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# What's new in Play 2.4

This page highlights the new features of Play 2.4. If you want learn about the changes you need to make to migrate to Play 2.4, check out the [[Play 2.4 Migration Guide|Migration24]].
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Reactive Streams integration (experimental)

> **Play experimental libraries are not ready for production use**. APIs may change. Features may not work properly.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Anorm

Anorm has been pulled out of the core of Play into a separately managed project that can have its own lifecycle. To add a dependency on it, use:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Removing `GlobalSettings`

If you are keen to use dependency injection, we are recommending that you move out of your `GlobalSettings` implementation class as much code as possible. Ideally, you should be able to refactor your code so that it is possible to eliminate your `GlobalSettings` class altogether.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Play 2.4 Migration Guide

This is a guide for migrating from Play 2.3 to Play 2.4. If you need to migrate from an earlier version of Play then you must first follow the [[Play 2.3 Migration Guide|Migration23]].
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Migrating Plugin to Module

> **Note:** The deprecated `play.Plugin` system is removed as of 2.5.x.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com>
* Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com>
*/

//#components-decl
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com>
* Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com>
*/
package scaladoc {
package mycomponent {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com>
* Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com>
*/

//#module-decl
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com>
* Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com>
*/
package scaladoc {
package module {
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/releases/release25/Highlights25.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# What's new in Play 2.5

This page highlights the new features of Play 2.5. If you want to learn about the changes you need to make to migrate to Play 2.5, check out the [[Play 2.5 Migration Guide|Migration25]].
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Crypto Migration Guide

From Play 1.x, Play has come with a Crypto object that provides some cryptographic operations. This used internally by Play. The Crypto object is not mentioned in the documentation, but is mentioned as "cryptographic utilities" in the scaladoc:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Java Migration Guide

In order to better fit in to the Java 8 ecosystem, and to allow Play Java users to make more idiomatic use of Java in their applications, Play has switched to using a number of Java 8 types such as `CompletionStage` and `Function`. Play also has new Java APIs for `EssentialAction`, `EssentialFilter`, `Router`, `BodyParser` and `HttpRequestHandler`.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Play 2.5 Migration Guide

This is a guide for migrating from Play 2.4 to Play 2.5. If you need to migrate from an earlier version of Play then you must first follow the [[Play 2.4 Migration Guide|Migration24]].
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Streams Migration Guide

Play 2.5 has made several major changes to how it streams data and response bodies.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Play 2.6 Migration Guide

This is a guide for migrating from Play 2.5 to Play 2.6. If you need to migrate from an earlier version of Play then you must first follow the [[Play 2.5 Migration Guide|Migration25]].
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Play WS Migration Guide

## Package changes
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/working/commonGuide/Modules.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Extending Play with modules

At its core, Play is a very lightweight HTTP server, providing mechanisms for serving HTTP requests, but not much else. Additional functionality in Play is provided through the use of Play modules.
Expand Down
2 changes: 1 addition & 1 deletion documentation/manual/working/commonGuide/assets/Assets.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Static assets

This section covers serving your application’s static resources such as JavaScript, CSS and images.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Using CoffeeScript

[CoffeeScript](http://coffeescript.org/) is a small and elegant language that compiles into JavaScript. It provides a nice syntax for writing JavaScript code.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Using JSHint

From its [website documentation](http://www.jshint.com/about/):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Using LESS CSS

[LESS CSS](http://lesscss.org/) is a dynamic stylesheet language. It allows considerable flexibility in the way you write CSS files including support for variables, mixins and more.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Working with public assets

Serving a public resource in Play is the same as serving any other HTTP request. It uses the same routing as regular resources using the controller/action path to distribute CSS, JavaScript or image files to the client.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# Using Sass

[Sass](http://sass-lang.com/) is a dynamic stylesheet language. It allows considerable flexibility in the way you write CSS files including support for variables, mixins and more.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--- Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com> -->
<!--- Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com> -->
# RequireJS

According to [RequireJS](http://requirejs.org/)' website
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com>
* Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com>
*/
package common.assets

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2009-2016 Lightbend Inc. <https://www.lightbend.com>
* Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com>
*/
package assets.controllers;

Expand Down
Loading

0 comments on commit 38abd1c

Please sign in to comment.