Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
caucase
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
caucase
Commits
d94e44a7
Commit
d94e44a7
authored
Jun 27, 2020
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
all: Bump copyright year.
parent
228e01d7
Pipeline
#10169
passed with stage
in 0 seconds
Changes
13
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13 additions
and
13 deletions
+13
-13
caucase/__init__.py
caucase/__init__.py
+1
-1
caucase/ca.py
caucase/ca.py
+1
-1
caucase/cli.py
caucase/cli.py
+1
-1
caucase/client.py
caucase/client.py
+1
-1
caucase/exceptions.py
caucase/exceptions.py
+1
-1
caucase/http.py
caucase/http.py
+1
-1
caucase/http_wsgibase.py
caucase/http_wsgibase.py
+1
-1
caucase/storage.py
caucase/storage.py
+1
-1
caucase/test.py
caucase/test.py
+1
-1
caucase/utils.py
caucase/utils.py
+1
-1
caucase/wsgi.py
caucase/wsgi.py
+1
-1
setup.py
setup.py
+1
-1
shell/caucase.sh
shell/caucase.sh
+1
-1
No files found.
caucase/__init__.py
View file @
d94e44a7
# This file is part of caucase
# This file is part of caucase
# Copyright (C) 2017-20
19
Nexedi SA
# Copyright (C) 2017-20
20
Nexedi SA
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
#
#
...
...
caucase/ca.py
View file @
d94e44a7
# This file is part of caucase
# This file is part of caucase
# Copyright (C) 2017-20
19
Nexedi SA
# Copyright (C) 2017-20
20
Nexedi SA
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
#
#
...
...
caucase/cli.py
View file @
d94e44a7
# This file is part of caucase
# This file is part of caucase
# Copyright (C) 2017-20
19
Nexedi SA
# Copyright (C) 2017-20
20
Nexedi SA
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
#
#
...
...
caucase/client.py
View file @
d94e44a7
# This file is part of caucase
# This file is part of caucase
# Copyright (C) 2017-20
19
Nexedi SA
# Copyright (C) 2017-20
20
Nexedi SA
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
#
#
...
...
caucase/exceptions.py
View file @
d94e44a7
# This file is part of caucase
# This file is part of caucase
# Copyright (C) 2017-20
19
Nexedi SA
# Copyright (C) 2017-20
20
Nexedi SA
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
#
#
...
...
caucase/http.py
View file @
d94e44a7
# This file is part of caucase
# This file is part of caucase
# Copyright (C) 2017-20
19
Nexedi SA
# Copyright (C) 2017-20
20
Nexedi SA
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
#
#
...
...
caucase/http_wsgibase.py
View file @
d94e44a7
# This file is part of caucase
# This file is part of caucase
# Copyright (C) 2017-20
19
Nexedi SA
# Copyright (C) 2017-20
20
Nexedi SA
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
#
#
...
...
caucase/storage.py
View file @
d94e44a7
# This file is part of caucase
# This file is part of caucase
# Copyright (C) 2017-20
19
Nexedi SA
# Copyright (C) 2017-20
20
Nexedi SA
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
#
#
...
...
caucase/test.py
View file @
d94e44a7
# This file is part of caucase
# This file is part of caucase
# Copyright (C) 2017-20
19
Nexedi SA
# Copyright (C) 2017-20
20
Nexedi SA
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
#
#
...
...
caucase/utils.py
View file @
d94e44a7
# This file is part of caucase
# This file is part of caucase
# Copyright (C) 2017-20
19
Nexedi SA
# Copyright (C) 2017-20
20
Nexedi SA
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
#
#
...
...
caucase/wsgi.py
View file @
d94e44a7
# This file is part of caucase
# This file is part of caucase
# Copyright (C) 2017-20
19
Nexedi SA
# Copyright (C) 2017-20
20
Nexedi SA
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
#
#
...
...
setup.py
View file @
d94e44a7
# This file is part of caucase
# This file is part of caucase
# Copyright (C) 2017-20
19
Nexedi SA
# Copyright (C) 2017-20
20
Nexedi SA
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Alain Takoudjou <alain.takoudjou@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
#
#
...
...
shell/caucase.sh
View file @
d94e44a7
#!/bin/sh
#!/bin/sh
# This file is part of caucase
# This file is part of caucase
# Copyright (C) 2017-20
19
Nexedi SA
# Copyright (C) 2017-20
20
Nexedi SA
# Vincent Pelletier <vincent@nexedi.com>
# Vincent Pelletier <vincent@nexedi.com>
#
#
# This program is free software: you can Use, Study, Modify and Redistribute
# This program is free software: you can Use, Study, Modify and Redistribute
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment