소스 검색

Give RDS copyright to ICCS

RDS P.C. is no longer active and its founders have agreed to passing the
copyright of the source files to ICCS.
Ioannis Koutras 9 년 전
부모
커밋
075a2ade46
6개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 1
      private-include/parse_env.h
  2. 1 1
      private-include/slab.h
  3. 1 1
      private-include/tls_allocator.h
  4. 1 1
      src/glibc_hooks.c
  5. 1 1
      src/slab/free.c
  6. 1 1
      src/slab/initialize.c

+ 1 - 1
private-include/parse_env.h

@@ -1,5 +1,5 @@
 /*
- *   Copyright RubberDuck Software P.C.
+ *   Copyright Institute of Communication and Computer Systems (ICCS)
  *
  *   Licensed under the Apache License, Version 2.0 (the "License");
  *   you may not use this file except in compliance with the License.

+ 1 - 1
private-include/slab.h

@@ -1,5 +1,5 @@
 /*
- *   Copyright RubberDuck Software P.C.
+ *   Copyright Institute of Communication and Computer Systems (ICCS)
  *
  *   Licensed under the Apache License, Version 2.0 (the "License");
  *   you may not use this file except in compliance with the License.

+ 1 - 1
private-include/tls_allocator.h

@@ -1,5 +1,5 @@
 /*
- *   Copyright RubberDuck Software P.C.
+ *   Copyright Institute of Communication and Computer Systems (ICCS)
  *
  *   Licensed under the Apache License, Version 2.0 (the "License");
  *   you may not use this file except in compliance with the License.

+ 1 - 1
src/glibc_hooks.c

@@ -1,5 +1,5 @@
 /*
- *   Copyright Rubber Duck Software P.C.
+ *   Copyright Institute of Communication and Computer Systems (ICCS)
  *
  *   Licensed under the Apache License, Version 2.0 (the "License");
  *   you may not use this file except in compliance with the License.

+ 1 - 1
src/slab/free.c

@@ -1,5 +1,5 @@
 /*
- *   Copyright RubberDuck Software P.C.
+ *   Copyright Institute of Communication and Computer Systems (ICCS)
  *
  *   Licensed under the Apache License, Version 2.0 (the "License");
  *   you may not use this file except in compliance with the License.

+ 1 - 1
src/slab/initialize.c

@@ -1,5 +1,5 @@
 /*
- *   Copyright RubberDuck Software P.C.
+ *   Copyright Institute of Communication and Computer Systems (ICCS)
  *
  *   Licensed under the Apache License, Version 2.0 (the "License");
  *   you may not use this file except in compliance with the License.