Skip to content

Commit 407204d

Browse files
committed
Adding my own copyright lines would be wise...
1 parent fc78680 commit 407204d

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

examples/rnnoise_demo.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* Copyright (c) 2017 Mozilla */
1+
/* Copyright (c) 2018 Gregor Richards
2+
* Copyright (c) 2017 Mozilla */
23
/*
34
Redistribution and use in source and binary forms, with or without
45
modification, are permitted provided that the following conditions

include/rnnoise.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* Copyright (c) 2017 Mozilla */
1+
/* Copyright (c) 2018 Gregor Richards
2+
* Copyright (c) 2017 Mozilla */
23
/*
34
Redistribution and use in source and binary forms, with or without
45
modification, are permitted provided that the following conditions

src/denoise.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* Copyright (c) 2017 Mozilla */
1+
/* Copyright (c) 2018 Gregor Richards
2+
* Copyright (c) 2017 Mozilla */
23
/*
34
Redistribution and use in source and binary forms, with or without
45
modification, are permitted provided that the following conditions

src/models.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) Gregor Richards */
1+
/* Copyright (c) 2018 Gregor Richards */
22
/*
33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions

0 commit comments

Comments
 (0)