Browse code

bump containerd/console 0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f

full diff: https://github.com/containerd/console/compare/c12b1e7919c14469339a5d38f2f8ed9b64a9de23...0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f

- containerd/console#30 Add common project repo checks/README references

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 3d7d8a579f76e285554334dbc0b39a2fb86b8154)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2019/04/28 06:47:53
Showing 3 changed files
... ...
@@ -123,7 +123,7 @@ github.com/containerd/containerd                    3a3f0aac8819165839a41fee77a4
123 123
 github.com/containerd/fifo                          a9fb20d87448d386e6d50b1f2e1fa70dcf0de43c
124 124
 github.com/containerd/continuity                    aaeac12a7ffcd198ae25440a9dff125c2e2703a7
125 125
 github.com/containerd/cgroups                       4994991857f9b0ae8dc439551e8bebdbb4bf66c1
126
-github.com/containerd/console                       c12b1e7919c14469339a5d38f2f8ed9b64a9de23
126
+github.com/containerd/console                       0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f
127 127
 github.com/containerd/go-runc                       7d11b49dc0769f6dbb0d1b19f3d48524d1bad9ad
128 128
 github.com/containerd/typeurl                       2a93cfde8c20b23de8eb84a5adbc234ddf7a9e8d
129 129
 github.com/containerd/ttrpc                         f02858b1457c5ca3aaec3a0803eb0d59f96e41d6
... ...
@@ -1,6 +1,7 @@
1
+
1 2
                                  Apache License
2 3
                            Version 2.0, January 2004
3
-                        http://www.apache.org/licenses/
4
+                        https://www.apache.org/licenses/
4 5
 
5 6
    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6 7
 
... ...
@@ -175,24 +176,13 @@
175 175
 
176 176
    END OF TERMS AND CONDITIONS
177 177
 
178
-   APPENDIX: How to apply the Apache License to your work.
179
-
180
-      To apply the Apache License to your work, attach the following
181
-      boilerplate notice, with the fields enclosed by brackets "[]"
182
-      replaced with your own identifying information. (Don't include
183
-      the brackets!)  The text should be enclosed in the appropriate
184
-      comment syntax for the file format. We also recommend that a
185
-      file or class name and description of purpose be included on the
186
-      same "printed page" as the copyright notice for easier
187
-      identification within third-party archives.
188
-
189
-   Copyright [yyyy] [name of copyright owner]
178
+   Copyright The containerd Authors
190 179
 
191 180
    Licensed under the Apache License, Version 2.0 (the "License");
192 181
    you may not use this file except in compliance with the License.
193 182
    You may obtain a copy of the License at
194 183
 
195
-       http://www.apache.org/licenses/LICENSE-2.0
184
+       https://www.apache.org/licenses/LICENSE-2.0
196 185
 
197 186
    Unless required by applicable law or agreed to in writing, software
198 187
    distributed under the License is distributed on an "AS IS" BASIS,
... ...
@@ -15,3 +15,13 @@ if err := current.SetRaw(); err != nil {
15 15
 ws, err := current.Size()
16 16
 current.Resize(ws)
17 17
 ```
18
+
19
+## Project details
20
+
21
+console is a containerd sub-project, licensed under the [Apache 2.0 license](./LICENSE).
22
+As a containerd sub-project, you will find the:
23
+ * [Project governance](https://github.com/containerd/project/blob/master/GOVERNANCE.md),
24
+ * [Maintainers](https://github.com/containerd/project/blob/master/MAINTAINERS),
25
+ * and [Contributing guidelines](https://github.com/containerd/project/blob/master/CONTRIBUTING.md)
26
+
27
+information in our [`containerd/project`](https://github.com/containerd/project) repository.