Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Side by Side Diff: appengine/config_service/module-backend.yaml

Issue 2013943002: Changing license header, again! (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: Fixed third parties Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « appengine/config_service/main.py ('k') | appengine/config_service/notifications.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The LUCI Authors. All rights reserved. 1 # Copyright 2015 The LUCI Authors. All rights reserved.
2 # Use of this source code is governed by the Apache v2.0 license that can be 2 # Use of this source code is governed under the Apache License, Version 2.0
3 # found in the LICENSE file. 3 # that can be found in the LICENSE file.
4 4
5 application: luci-config 5 application: luci-config
6 module: backend 6 module: backend
7 version: 1 7 version: 1
8 runtime: python27 8 runtime: python27
9 api_version: 1 9 api_version: 1
10 threadsafe: true 10 threadsafe: true
11 11
12 handlers: 12 handlers:
13 - url: /internal.* 13 - url: /internal.*
(...skipping 26 matching lines...) Expand all
40 - .+_test\.py$ 40 - .+_test\.py$
41 # Junk files. 41 # Junk files.
42 - ^(.*/)?\..* 42 - ^(.*/)?\..*
43 - .+\.orig$ 43 - .+\.orig$
44 - .+\.rej$ 44 - .+\.rej$
45 - ^(.*/)?#.*# 45 - ^(.*/)?#.*#
46 - .+~ 46 - .+~
47 - .+\.py[co] 47 - .+\.py[co]
48 - ^[A-Z]+$ 48 - ^[A-Z]+$
49 - ^[A-Z]+\.[a-z]+$ 49 - ^[A-Z]+\.[a-z]+$
OLDNEW
« no previous file with comments | « appengine/config_service/main.py ('k') | appengine/config_service/notifications.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698