Skip to content

Commit

Permalink
Convert to all text files from CRLF to LF
Browse files Browse the repository at this point in the history
Change-Id: I44cb48345c0a0f0f3725e0e810cb9074dc6f4e8b
Reviewed-on: http://bellevue-ci.eng.vmware.com:8080/13683
Reviewed-by: Jose Dillet <[email protected]>
Compute-Verified: jenkins <[email protected]>
Upgrade-Verified: jenkins <[email protected]>
Closures-Verified: jenkins <[email protected]>
Bellevue-Verified: jenkins <[email protected]>
Reviewed-by: Boris Savov <[email protected]>
CS-Verified: jenkins <[email protected]>
  • Loading branch information
George Dimitrov committed Jul 20, 2017
1 parent 0cccc39 commit 5b93c65
Show file tree
Hide file tree
Showing 14 changed files with 9,501 additions and 9,499 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
13,262 changes: 6,631 additions & 6,631 deletions LICENSE

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
NOTICE
Admiral 1.1.1
Copyright (c) 2017 VMware, Inc. All Rights Reserved.
This product is licensed to you under the Apache License, Version 2.0 (the "License"). You may not use this product except in compliance with the License.
This product may include a number of subcomponents with separate copyright notices and license terms. Your use of these subcomponents is subject to the terms and conditions of the subcomponent's license, as noted in the LICENSE file.
NOTICE

Admiral 1.1.1

Copyright (c) 2017 VMware, Inc. All Rights Reserved.

This product is licensed to you under the Apache License, Version 2.0 (the "License"). You may not use this product except in compliance with the License.

This product may include a number of subcomponents with separate copyright notices and license terms. Your use of these subcomponents is subject to the terms and conditions of the subcomponent's license, as noted in the LICENSE file.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
/*
* Copyright (c) 2017 VMware, Inc. All Rights Reserved.
*
* This product is licensed to you under the Apache License, Version 2.0 (the "License").
* You may not use this product except in compliance with the License.
*
* This product may include a number of subcomponents with separate copyright notices
* and license terms. Your use of these subcomponents is subject to the terms and
* conditions of the subcomponent's license, as noted in the LICENSE file.
*/

package com.vmware.admiral.compute.content;

/**
* Definition of a constraint to be used in the template instead of the more complex
* underlying {@link com.vmware.photon.controller.model.Constraint}/{@link com.vmware.photon.controller.model.Constraint.Condition} structure.
*
* This allows for yaml declaration like this:
* <pre>
* constraints:
* - tag: "!location:eu:hard"
* - tag: "location:us:soft"
* - tag: "!windows"
* </pre>
*/
public class StringEncodedConstraint {
/**
* Defines a tag constraint in a single string in the following format:
*
* {@code [!]tagKey[:tagValue]:[soft|hard]}
*/
public String tag;
}
/*
* Copyright (c) 2017 VMware, Inc. All Rights Reserved.
*
* This product is licensed to you under the Apache License, Version 2.0 (the "License").
* You may not use this product except in compliance with the License.
*
* This product may include a number of subcomponents with separate copyright notices
* and license terms. Your use of these subcomponents is subject to the terms and
* conditions of the subcomponent's license, as noted in the LICENSE file.
*/

package com.vmware.admiral.compute.content;

/**
* Definition of a constraint to be used in the template instead of the more complex
* underlying {@link com.vmware.photon.controller.model.Constraint}/{@link com.vmware.photon.controller.model.Constraint.Condition} structure.
*
* This allows for yaml declaration like this:
* <pre>
* constraints:
* - tag: "!location:eu:hard"
* - tag: "location:us:soft"
* - tag: "!windows"
* </pre>
*/
public class StringEncodedConstraint {
/**
* Defines a tag constraint in a single string in the following format:
*
* {@code [!]tagKey[:tagValue]:[soft|hard]}
*/
public String tag;
}
Loading

0 comments on commit 5b93c65

Please sign in to comment.