Chromium has a very cool licensing solution which avoids the 100 line
boilerplate at the top of each file, instead we use:
// Copyright (c) 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
I've asked around internally and confirmed that Blink is now set-up
correctly to do so too! [1]
Please consider using this shorter license block for *new* files.
It's not worth the hassle to try and change existing files.
If you use this license, you must be sure to make sure you're listed
in the Chromium Authors file [2] and have followed the external
contributor checklist [3].
Thanks!
1.
http://crbug.com/336943
2.
http://src.chromium.org/svn/trunk/src/AUTHORS
3.
http://dev.chromium.org/developers/contributing-code/external-contributor-checklist