Skip to content

Commit 17bfcd4

Browse files
committed
treewide: fixed naming and contact information trustme -> gyroidos
In source headers still project name trust|me was used which we changed to GyroidOS now. Further, contact information is updated to [email protected]. Signed-off-by: Michael Weiß <[email protected]>
1 parent 130a33b commit 17bfcd4

File tree

212 files changed

+422
-422
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+422
-422
lines changed

Makefile_lsb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is part of trust|me
2+
# This file is part of GyroidOS
33
# Copyright(c) 2013 - 2020 Fraunhofer AISEC
44
# Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
#
@@ -18,7 +18,7 @@
1818
# the file called "COPYING".
1919
#
2020
# Contact Information:
21-
# Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
# Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
#
2323

2424
.PHONY: all

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
# Container Management Layer
33

4-
This repository contains the daemons and tools of the trust|me Container Management Layer (CML).
4+
This repository contains the daemons and tools of the GyroidOS Container Management Layer (CML).
55
The project documentation can by found on [gyroidos.github.io](https://gyroidos.github.io).
66

77
## Contributing
88

9-
This project is part of trust|me which enforces the [Developer Certificate of Origin](https://developercertificate.org/) (DCO) on Pull Requests. It requires all commit messages to contain the Signed-off-by line with an email address that matches the commit author and the name on your GitHub account.
9+
This project is part of GyroidOS which enforces the [Developer Certificate of Origin](https://developercertificate.org/) (DCO) on Pull Requests. It requires all commit messages to contain the Signed-off-by line with an email address that matches the commit author and the name on your GitHub account.
1010

1111
The Developer Certificate of Origin (DCO) is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project. Here is the full text of the DCO, reformatted for readability:
1212

backend/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is part of trust|me
2+
# This file is part of GyroidOS
33
# Copyright(c) 2013 - 2017 Fraunhofer AISEC
44
# Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
#
@@ -18,7 +18,7 @@
1818
# the file called "COPYING".
1919
#
2020
# Contact Information:
21-
# Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
# Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
#
2323

2424
test_basic: control_pb2.py

backend/backend.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python
22
#
3-
# This file is part of trust|me
3+
# This file is part of GyroidOS
44
# Copyright(c) 2013 - 2017 Fraunhofer AISEC
55
# Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
66
#
@@ -19,7 +19,7 @@
1919
# the file called "COPYING".
2020
#
2121
# Contact Information:
22-
# Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
22+
# Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2323
#
2424

2525
from thread import *

common/Android.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is part of trust|me
2+
# This file is part of GyroidOS
33
# Copyright(c) 2013 - 2017 Fraunhofer AISEC
44
# Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
#
@@ -18,7 +18,7 @@
1818
# the file called "COPYING".
1919
#
2020
# Contact Information:
21-
# Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
# Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
#
2323

2424
LOCAL_PATH:= $(call my-dir)

common/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is part of trust|me
2+
# This file is part of GyroidOS
33
# Copyright(c) 2013 - 2018 Fraunhofer AISEC
44
# Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
#
@@ -18,7 +18,7 @@
1818
# the file called "COPYING".
1919
#
2020
# Contact Information:
21-
# Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
# Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
#
2323

2424

common/audit.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of trust|me
2+
* This file is part of GyroidOS
33
* Copyright(c) 2013 - 2021 Fraunhofer AISEC
44
* Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
*
@@ -18,7 +18,7 @@
1818
* the file called "COPYING".
1919
*
2020
* Contact Information:
21-
* Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
* Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
*/
2323

2424
#ifndef _GNU_SOURCE

common/audit.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of trust|me
2+
* This file is part of GyroidOS
33
* Copyright(c) 2013 - 2021 Fraunhofer AISEC
44
* Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
*
@@ -18,7 +18,7 @@
1818
* the file called "COPYING".
1919
*
2020
* Contact Information:
21-
* Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
* Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
*/
2323

2424
#ifndef COMMON_AUDIT_H

common/audit.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of trust|me
2+
* This file is part of GyroidOS
33
* Copyright(c) 2013 - 2021 Fraunhofer AISEC
44
* Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
*
@@ -18,7 +18,7 @@
1818
* the file called "COPYING".
1919
*
2020
* Contact Information:
21-
* Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
* Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
*/
2323

2424
syntax = "proto2";

common/cryptfs.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of trust|me
2+
* This file is part of GyroidOS
33
* Copyright(c) 2013 - 2022 Fraunhofer AISEC
44
* Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
*
@@ -18,7 +18,7 @@
1818
* the file called "COPYING".
1919
*
2020
* Contact Information:
21-
* Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
* Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
*/
2323

2424
#define _LARGEFILE64_SOURCE

common/cryptfs.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of trust|me
2+
* This file is part of GyroidOS
33
* Copyright(c) 2013 - 2022 Fraunhofer AISEC
44
* Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
*
@@ -18,7 +18,7 @@
1818
* the file called "COPYING".
1919
*
2020
* Contact Information:
21-
* Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
* Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
*/
2323

2424
/**

common/dir.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of trust|me
2+
* This file is part of GyroidOS
33
* Copyright(c) 2013 - 2020 Fraunhofer AISEC
44
* Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
*
@@ -18,7 +18,7 @@
1818
* the file called "COPYING".
1919
*
2020
* Contact Information:
21-
* Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
* Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
*/
2323

2424
#include "dir.h"

common/dir.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of trust|me
2+
* This file is part of GyroidOS
33
* Copyright(c) 2013 - 2020 Fraunhofer AISEC
44
* Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
*
@@ -18,7 +18,7 @@
1818
* the file called "COPYING".
1919
*
2020
* Contact Information:
21-
* Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
* Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
*/
2323

2424
/**

common/dm.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/*
3-
* This file is part of trust|me
3+
* This file is part of GyroidOS
44
* Copyright(c) 2022 Fraunhofer AISEC
55
* Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
66
*
@@ -19,7 +19,7 @@
1919
* the file called "COPYING".
2020
*
2121
* Contact Information:
22-
* Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
22+
* Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2323
*/
2424

2525
#define LOGF_LOG_MIN_PRIO LOGF_PRIO_TRACE

common/dm.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of trust|me
2+
* This file is part of GyroidOS
33
* Copyright(c) 2022 Fraunhofer AISEC
44
* Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
*
@@ -18,7 +18,7 @@
1818
* the file called "COPYING".
1919
*
2020
* Contact Information:
21-
* Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
* Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
*/
2323

2424
#ifndef DM_H

common/event.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of trust|me
2+
* This file is part of GyroidOS
33
* Copyright(c) 2013 - 2017 Fraunhofer AISEC
44
* Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
*
@@ -18,7 +18,7 @@
1818
* the file called "COPYING".
1919
*
2020
* Contact Information:
21-
* Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
* Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
*/
2323

2424
//#define LOGF_LOG_MIN_PRIO LOGF_PRIO_TRACE

common/event.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of trust|me
2+
* This file is part of GyroidOS
33
* Copyright(c) 2013 - 2017 Fraunhofer AISEC
44
* Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
*
@@ -18,7 +18,7 @@
1818
* the file called "COPYING".
1919
*
2020
* Contact Information:
21-
* Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
* Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
*/
2323

2424
/**

common/fd.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of trust|me
2+
* This file is part of GyroidOS
33
* Copyright(c) 2013 - 2017 Fraunhofer AISEC
44
* Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
*
@@ -18,7 +18,7 @@
1818
* the file called "COPYING".
1919
*
2020
* Contact Information:
21-
* Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
* Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
*/
2323

2424
#include <stdint.h>

common/fd.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of trust|me
2+
* This file is part of GyroidOS
33
* Copyright(c) 2013 - 2017 Fraunhofer AISEC
44
* Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
*
@@ -18,7 +18,7 @@
1818
* the file called "COPYING".
1919
*
2020
* Contact Information:
21-
* Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
* Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
*/
2323

2424
/**

common/file.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of trust|me
2+
* This file is part of GyroidOS
33
* Copyright(c) 2013 - 2020 Fraunhofer AISEC
44
* Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
*
@@ -18,7 +18,7 @@
1818
* the file called "COPYING".
1919
*
2020
* Contact Information:
21-
* Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
* Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
*/
2323

2424
#define _GNU_SOURCE // for syncfs()

common/file.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of trust|me
2+
* This file is part of GyroidOS
33
* Copyright(c) 2013 - 2020 Fraunhofer AISEC
44
* Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
*
@@ -18,7 +18,7 @@
1818
* the file called "COPYING".
1919
*
2020
* Contact Information:
21-
* Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
* Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
*/
2323

2424
/**

common/hex.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of trust|me
2+
* This file is part of GyroidOS
33
* Copyright(c) 2013 - 2021 Fraunhofer AISEC
44
* Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
*
@@ -18,7 +18,7 @@
1818
* the file called "COPYING".
1919
*
2020
* Contact Information:
21-
* Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
* Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
*/
2323

2424
#include <stdint.h>

common/hex.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of trust|me
2+
* This file is part of GyroidOS
33
* Copyright(c) 2013 - 2021 Fraunhofer AISEC
44
* Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
*
@@ -18,7 +18,7 @@
1818
* the file called "COPYING".
1919
*
2020
* Contact Information:
21-
* Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
* Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
*/
2323

2424
#ifndef HEX_H_

common/list.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of trust|me
2+
* This file is part of GyroidOS
33
* Copyright(c) 2013 - 2017 Fraunhofer AISEC
44
* Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V.
55
*
@@ -18,7 +18,7 @@
1818
* the file called "COPYING".
1919
*
2020
* Contact Information:
21-
* Fraunhofer AISEC <trustme@aisec.fraunhofer.de>
21+
* Fraunhofer AISEC <gyroidos@aisec.fraunhofer.de>
2222
*/
2323

2424
//#define LOGF_LOG_MIN_PRIO LOGF_PRIO_TRACE

0 commit comments

Comments
 (0)